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.
This commit is contained in:
Tom Lane 2020-10-09 17:54:34 -04:00
parent bed90759fc
commit ed30b1a60d
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@
#undef bind
#undef connect
#undef fopen
#undef fstat
#undef kill
#undef listen
#undef lstat