[COMMITTERS] pgsql: Make sure to run one initdb TAP test with no TZ set - Mailing list pgsql-committers

From Andrew Dunstan
Subject [COMMITTERS] pgsql: Make sure to run one initdb TAP test with no TZ set
Date
Msg-id E1czWXC-00047Z-2h@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Provide a way to control SysV shmem attach address inEXEC_BACKE
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Support OpenSSL 1.1.0 in 9.4 branch.