forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit74fc81e
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 parent2960229 commit74fc81e
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
380 | 380 |
| |
381 | 381 |
| |
382 | 382 |
| |
| 383 | + | |
| 384 | + | |
383 | 385 |
| |
384 | 386 |
| |
385 | 387 |
| |
386 | 388 |
| |
| 389 | + | |
387 | 390 |
| |
388 |
| - | |
389 |
| - | |
390 | 391 |
| |
391 | 392 |
| |
392 | 393 |
| |
|
0 commit comments
Comments
(0)