Simplify sequence test We maintained two separate expected files because log_cnt could be one of two values. Rewrite the test so that we only need one file.
Reviewed-by: Petr Jelinek <[email protected]> Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/9c18104c7448a0cdaa46aed1b9504439879f327e Modified Files -------------- src/test/regress/expected/sequence.out | 10 +- src/test/regress/expected/sequence_1.out | 559 ------------------------------- src/test/regress/sql/sequence.sql | 4 +- 3 files changed, 9 insertions(+), 564 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
