]> 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:17 +0000 (18:12 -0400)
commitbca6d8300b3b4818a9cc864cd1251283a5aa610d
tree5bb9e16b26de8d8a27cbe4187a9c026d0fe0ba4e
parent22cf97635199d8a8b1d4313ea241b6bea3410b7f
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