]> granicus.if.org Git - postgresql/commit
Restore fullname[] contents before falling through in pg_open_tzfile().
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 7 May 2017 15:34:31 +0000 (11:34 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 7 May 2017 15:34:41 +0000 (11:34 -0400)
commit5042e9492b17f6f4029bb1aca7c1c0b8247c8c95
tree35df500c0a7bb20d794939b855a53a16a63e8773
parentef42c1103708cbbb77fff674f339d452a13aac14
Restore fullname[] contents before falling through in pg_open_tzfile().

Fix oversight in commit af2c5aa88: if the shortcut open() doesn't work,
we need to reset fullname[] to be just the name of the toplevel tzdata
directory before we fall through into the pre-existing code.  This failed
to be exposed in my (tgl's) testing because the fall-through path is
actually never taken under normal circumstances.

David Rowley, per report from Amit Kapila

Discussion: https://postgr.es/m/CAA4eK1LC7CaNhRAQ__C3ht1JVrPzaAXXhEJRnR5L6bfYHiLmWw@mail.gmail.com
src/timezone/pgtz.c