OSDN Git Service

The attached patch fixes a problem with InstallXLogFileSegment()'s use
authorBruce Momjian <bruce@momjian.us>
Fri, 7 Jun 2002 21:47:45 +0000 (21:47 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 7 Jun 2002 21:47:45 +0000 (21:47 +0000)
commit2f297a2fcfa8279cdb59d3647e4ff1677670bf31
tree22787c6383622834977f0237d36fd81fd5046736
parent31d918423917dd024e53efba4a6548c7a6fdd3e7
The attached patch fixes a problem with InstallXLogFileSegment()'s use
of link() under Cygwin:

    http://archives.postgresql.org/pgsql-cygwin/2002-04/msg00072.php

Note that it appears that BeOS and Netware also have the above or
similar problem.

I have only verified that PostgreSQL builds under Cygwin with this
patch.
Since I cannot reproduce the problem, I cannot verify that the proposed
patch solves it.  Nevertheless, both Barry Pederson and David P.
Caldwell
attest that this patch solves the problem.  See the following for
details:

    http://archives.postgresql.org/pgsql-cygwin/2002-05/msg00043.php
    http://archives.postgresql.org/pgsql-cygwin/2002-05/msg00040.php

Jason Tishler
src/backend/access/transam/xlog.c