forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2f297a2
committed
The attached patch fixes a problem with InstallXLogFileSegment()'s use
of link() under Cygwin:http://archives.postgresql.org/pgsql-cygwin/2002-04/msg00072.phpNote that it appears that BeOS and Netware also have the above orsimilar problem.I have only verified that PostgreSQL builds under Cygwin with thispatch.Since I cannot reproduce the problem, I cannot verify that the proposedpatch solves it. Nevertheless, both Barry Pederson and David P.Caldwellattest that this patch solves the problem. See the following fordetails:http://archives.postgresql.org/pgsql-cygwin/2002-05/msg00043.phphttp://archives.postgresql.org/pgsql-cygwin/2002-05/msg00040.phpJason Tishler1 parent31d9184 commit2f297a2
1 file changed
+2
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
1503 | 1503 |
| |
1504 | 1504 |
| |
1505 | 1505 |
| |
1506 |
| - | |
| 1506 | + | |
1507 | 1507 |
| |
1508 | 1508 |
| |
1509 | 1509 |
| |
|
0 commit comments
Comments
(0)