]> granicus.if.org Git - postgresql/commit
Suppress "Factory" zone in pg_timezone_names view for tzdata >= 2016g.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 19 Oct 2016 22:11:49 +0000 (18:11 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 19 Oct 2016 22:11:56 +0000 (18:11 -0400)
commit1b145a700158ab48c387d38f4830136d307a0e87
treed7f102b7c0876024a160b94471bcd7933ff33833
parent0c2f4c54c57cbc7283606137dba5c658511e6c1b
Suppress "Factory" zone in pg_timezone_names view for tzdata >= 2016g.

IANA got rid of the really silly "abbreviation" and replaced it with one
that's only moderately silly.  But it's still pointless, so keep on not
showing it.
src/backend/utils/adt/datetime.c