forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit44c56d3
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 parent59a0c01 commit44c56d3
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
943 | 943 |
| |
944 | 944 |
| |
945 | 945 |
| |
| 946 | + | |
946 | 947 |
| |
947 | 948 |
| |
948 | 949 |
| |
| 950 | + | |
949 | 951 |
| |
950 | 952 |
| |
951 | 953 |
| |
|
0 commit comments
Comments
(0)