forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5788a56
committed
Restore fullname[] contents before falling through in pg_open_tzfile().
Fix oversight in commitaf2c5aa: if the shortcut open() doesn't work,we need to reset fullname[] to be just the name of the toplevel tzdatadirectory before we fall through into the pre-existing code. This failedto be exposed in my (tgl's) testing because the fall-through path isactually never taken under normal circumstances.David Rowley, per report from Amit KapilaDiscussion:https://postgr.es/m/CAA4eK1LC7CaNhRAQ__C3ht1JVrPzaAXXhEJRnR5L6bfYHiLmWw@mail.gmail.com1 parent628462b commit5788a56
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
| 108 | + | |
108 | 109 |
| |
109 | 110 |
| |
110 | 111 |
| |
|
0 commit comments
Comments
(0)