mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
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:
@ -92,6 +92,7 @@
|
|||||||
#undef bind
|
#undef bind
|
||||||
#undef connect
|
#undef connect
|
||||||
#undef fopen
|
#undef fopen
|
||||||
|
#undef fstat
|
||||||
#undef kill
|
#undef kill
|
||||||
#undef listen
|
#undef listen
|
||||||
#undef lstat
|
#undef lstat
|
||||||
|
Reference in New Issue
Block a user