forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9270d8d
committed
Fix CreateTableSpace() so it will compile without HAVE_SYMLINK.
This has been broken since 9.3 (commit82b1b21 to be exact),which suggests that nobody is any longer using a Windows build system thatdoesn't provide a symlink emulation. Still, it's wrong on its own terms,so repair.YUriy Zhuravlev1 parent0426f34 commit9270d8d
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
383 | 383 |
| |
384 | 384 |
| |
385 | 385 |
| |
| 386 | + | |
| 387 | + | |
386 | 388 |
| |
387 | 389 |
| |
388 | 390 |
| |
389 | 391 |
| |
| 392 | + | |
390 | 393 |
| |
391 |
| - | |
392 |
| - | |
393 | 394 |
| |
394 | 395 |
| |
395 | 396 |
| |
|
0 commit comments
Comments
(0)