pgsql: Add regression test coverage for non-default timezone abbreviati

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add regression test coverage for non-default timezone abbreviati
Date: 2016-09-05 00:02:37
Message-ID: E1bghMz-00051k-GU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add regression test coverage for non-default timezone abbreviation sets.

After further reflection about the mess cleaned up in commit 39b691f25,
I decided the main bit of test coverage that was still missing was to
check that the non-default abbreviation-set files we supply are usable.
Add that.

Back-patch to supported branches, just because it seems like a good
idea to keep this all in sync.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/c8d2bd4e43914f0101e8b6ab53f45520eea13039

Modified Files
--------------
src/test/regress/expected/timestamptz.out | 15 +++++++++++++++
src/test/regress/sql/timestamptz.sql | 5 +++++
src/timezone/README | 5 +++++
3 files changed, 25 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-09-05 00:49:51 pgsql: Remove duplicate code from ReorderBufferCleanupTXN().
Previous Message Tom Lane 2016-09-04 23:43:10 pgsql: Remove vestigial references to "zic" in favor of "IANA database"