[HACKERS] simplify sequence test - Mailing list pgsql-hackers

From Peter Eisentraut
Subject [HACKERS] simplify sequence test
Date
Msg-id 08a92714-1c3a-da51-80f4-d7712f10a979@2ndquadrant.com
Whole thread Raw
Responses Re: [HACKERS] simplify sequence test  (Petr Jelinek <petr.jelinek@2ndquadrant.com>)
List pgsql-hackers
We maintain a separate test output file sequence_1.out because the
log_cnt value can vary if there is a checkpoint happening at the right
time.  So we have to maintain two files because of a one character
difference.  I propose the attached patch to restructure the test a bit
to avoid this, without loss of test coverage.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Attachment

pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Re: [HACKERS] Declarative partitioning - another take
Next
From: Mithun Cy
Date:
Subject: Re: [HACKERS] pageinspect: Hash index support