From ed30b1a60dadf2b7cc58bce5009ad8676b8fe479 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 9 Oct 2020 17:54:34 -0400 Subject: [PATCH] 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. --- src/pl/plperl/plperl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pl/plperl/plperl.h b/src/pl/plperl/plperl.h index a9449d9d8a..619e7121a1 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