]> git.ipfire.org Git - thirdparty/postgresql.git/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:09 +0000 (18:12 -0400)
commita5fcfa8919ab76526d8f516565dd5c20b5d7b305
tree3296715149fe7b0124b627bfeff470868553cd9f
parent7abda82ef42a118138ab8d1c9cfa424cd54918ad
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