forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit99f13d1
committed
Fix not-HAVE_SYMLINK code in zic.c.
I broke this in commitf309492. Apparently it's dead code anyway,at least as far as our buildfarm is concerned (and the upstream IANAcode doesn't worry at all about symlink() not being present).But as long as the rest of our code is willing to guard against nothaving symlink(), this should too. Noted while investigating atangentially-related complaint from Sandeep Thakkar.Back-patch to keep branches in sync.1 parentfab220b commit99f13d1
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
931 | 931 |
| |
932 | 932 |
| |
933 | 933 |
| |
| 934 | + | |
934 | 935 |
| |
935 | 936 |
| |
936 | 937 |
| |
| 938 | + | |
937 | 939 |
| |
938 | 940 |
| |
939 | 941 |
| |
|
0 commit comments
Comments
(0)