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.
pull/57/head
Tom Lane 5 years ago
parent bed90759fc
commit ed30b1a60d
  1. 1
      src/pl/plperl/plperl.h

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

Loading…
Cancel
Save