Commit ed30b1a6 authored by Tom Lane's avatar Tom Lane

plperl.h should #undef fstat along with stat and lstat.

Needed now that commit bed90759 caused win32_port.h to provide
a #define for that too.  Per buildfarm.
parent bed90759
......@@ -92,6 +92,7 @@
#undef bind
#undef connect
#undef fopen
#undef fstat
#undef kill
#undef listen
#undef lstat
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment