]> 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:49 +0000 (18:11 -0400)
commita3215431ab7c667bf581728f10c80a36abbe1d5a
treeda41736cb7351c3b238527f79f274805120e56c2
parentecbac3e6e038e990f24a2e0eacdcd6738292105f
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