From: Tom Lane Date: Fri, 9 Oct 2020 21:54:34 +0000 (-0400) Subject: plperl.h should #undef fstat along with stat and lstat. X-Git-Tag: REL_14_BETA1~1526 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ed30b1a60dadf2b7cc58bce5009ad8676b8fe479;p=thirdparty%2Fpostgresql.git 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. --- diff --git a/src/pl/plperl/plperl.h b/src/pl/plperl/plperl.h index a9449d9d8a4..619e7121a1b 100644 --- a/src/pl/plperl/plperl.h +++ b/src/pl/plperl/plperl.h @@ -92,6 +92,7 @@ #undef bind #undef connect #undef fopen +#undef fstat #undef kill #undef listen #undef lstat