plperl.h should #undef fstat along with stat and lstat.
authorTom Lane <[email protected]>
Fri, 9 Oct 2020 21:54:34 +0000 (17:54 -0400)
committerTom Lane <[email protected]>
Fri, 9 Oct 2020 21:54:34 +0000 (17:54 -0400)
Needed now that commit bed90759f caused win32_port.h to provide
a #define for that too.  Per buildfarm.

src/pl/plperl/plperl.h

index a9449d9d8a4feab6d9a7efb379d9c952b613d49d..619e7121a1bfe05d2f67d703ad9d35dd10eb0861 100644 (file)
@@ -92,6 +92,7 @@
 #undef bind
 #undef connect
 #undef fopen
+#undef fstat
 #undef kill
 #undef listen
 #undef lstat