]> 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:12:01 +0000 (18:12 -0400)
commit9cfe353c51a8c077802c9d3ef5b4e2eb493bf46c
treed67a7b1fe4cef1ab77ae075660ee62d0f05bf81a
parent5508d0c0b21d4ecb27dcf54ccfe6e35b697f1e8c
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