pgsql: Make sure to run one initdb TAP test with no TZ set

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make sure to run one initdb TAP test with no TZ set
Date: 2017-04-15 22:51:14
Message-ID: E1czWXC-00047Z-2h@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make sure to run one initdb TAP test with no TZ set

That way we make sure that initdb's time zone setting code is exercised.
This doesn't add an extra test, it just alters an existing test.

Discussion: <https://postgr.es/m/5807.1492229253@sss.pgh.pa.us>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/033b969edde62c84ee15b53972ee638150a28c90

Modified Files
--------------
src/bin/initdb/t/001_initdb.pl | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-04-16 00:16:09 pgsql: Support OpenSSL 1.1.0 in 9.4 branch.
Previous Message Tom Lane 2017-04-15 21:29:36 pgsql: Provide a way to control SysV shmem attach address in EXEC_BACKE