Suppress "Factory" zone in pg_timezone_names view for tzdata >= 2016g.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a3215431ab7c667bf581728f10c80a36abbe1d5a
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-10-19T22:11:49Z
Releases: 10.0
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.

Files

PathChange+/−
src/backend/utils/adt/datetime.c modified +11 −2