forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit94980c4
committed
Remove support for old realpath() API
The now preferred way to call realpath() is by passing NULL as thesecond argument and get a malloc'ed result. We still supported theold way of providing our own buffer as a second argument, for someplatforms that didn't support the new way yet. Those were onlySolaris less than version 11 and some older AIX versions (7.1 andnewer appear to support the new variant). We don't support thoseplatforms versions anymore, so we can remove this extra code.Reviewed-by: Heikki Linnakangas <hlinnaka@iki.fi>Discussion:https://www.postgresql.org/message-id/flat/9e638b49-5c3f-470f-a392-2cbedb2f7855%40eisentraut.org1 parentf0d1127 commit94980c4
1 file changed
+0
-19
lines changedLines changed: 0 additions & 19 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
285 | 285 |
| |
286 | 286 |
| |
287 | 287 |
| |
288 |
| - | |
289 |
| - | |
290 |
| - | |
291 |
| - | |
292 |
| - | |
293 |
| - | |
294 |
| - | |
295 |
| - | |
296 |
| - | |
297 |
| - | |
298 |
| - | |
299 |
| - | |
300 |
| - | |
301 |
| - | |
302 |
| - | |
303 |
| - | |
304 |
| - | |
305 |
| - | |
306 |
| - | |
307 | 288 |
| |
308 | 289 |
| |
309 | 290 |
| |
|
0 commit comments
Comments
(0)