pgsql: Simplify sequence test

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Simplify sequence test
Date: 2017-01-26 20:24:29
Message-ID: E1cWqar-0007ma-Qh@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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 <petr(dot)jelinek(at)2ndquadrant(dot)com>

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-01-26 20:38:54 pgsql: Fill in no_priv_msg for publications and subscriptions
Previous Message Simon Riggs 2017-01-26 20:16:15 pgsql: Reset hot standby xmin after restart