Well it was not... initially at least. Since the whole database has been moved to newer version since.
I've looked up though, and it is still not.
Code:
SELECT * FROM orders_id_seq;
sequence_name | last_value | increment_by | max_value | min_value | cache_value | log_cnt | is_cycled | is_called
---------------+------------+--------------+---------------------+-----------+-------------+---------+-----------+-----------
orders_id_seq | 33634 | 1 | 9223372036854775807 | 1 | 1 | 32 | f | t
I couldn't find anything about the log_cnt column though... Has to do with WAL log, but I admit not to know more...