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_3_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/cfa193d981a38f1e41c53df0378a1aa2cd86a9b2 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(+) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
