Suppress "Factory" zone in pg_timezone_names view for tzdata >= 2016g.
authorTom Lane
Wed, 19 Oct 2016 22:11:49 +0000 (18:11 -0400)
committerTom Lane
Wed, 19 Oct 2016 22:12:05 +0000 (18:12 -0400)
commit63a4bc45ea515346a3b4e68b86e7eabf8c638cfe
tree009a88938952fd3a0da55543ea2c5728983f6285
parent9727dac58e81d198ec115af594735f1f01c55f00
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