Hi Vignesh, Here are some review comments for patch v20250325-0001.
====== src/test/regress/expected/sequence.out 1. +SELECT last_value, log_cnt, is_called FROM pg_sequence_state('sequence_test'); + last_value | log_cnt | is_called +------------+---------+----------- + 99 | 32 | t +(1 row) + I think 32 may seem like a surprising value to anybody reading these results. Perhaps it will help if there can be a comment for this .sql test to explain why this is the expected value. ====== Kind Regards, Peter Smith. Fujitsu Australia