simplify sequence test

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: simplify sequence test
Date: 2017-01-25 02:48:54
Message-ID: 08a92714-1c3a-da51-80f4-d7712f10a979@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Attachment Content-Type Size
0001-Simplify-sequence-test.patch text/x-patch 17.4 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mithun Cy 2017-01-25 02:59:42 Re: pageinspect: Hash index support
Previous Message Amit Langote 2017-01-25 01:41:09 Re: Declarative partitioning - another take