pgsql: plperl.h should #undef fstat along with stat and lstat. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: plperl.h should #undef fstat along with stat and lstat.
Date
Msg-id E1kR0LV-00037L-Q9@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
plperl.h should #undef fstat along with stat and lstat.

Needed now that commit bed90759f caused win32_port.h to provide
a #define for that too.  Per buildfarm.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ed30b1a60dadf2b7cc58bce5009ad8676b8fe479

Modified Files
--------------
src/pl/plperl/plperl.h | 1 +
1 file changed, 1 insertion(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix our Windows stat() emulation to handle file sizes > 4GB.
Next
From: Tom Lane
Date:
Subject: pgsql: Recognize network-failure errnos as indicating hard connection l