aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2020-10-09 17:54:34 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2020-10-09 17:54:34 -0400
commited30b1a60dadf2b7cc58bce5009ad8676b8fe479 (patch)
tree32f8122f68b8625c10fbcd72531af23357a110f4 /src
parentbed90759fcbcd72d4d06969eebab81e47326f9a2 (diff)
downloadpostgresql-ed30b1a60dadf2b7cc58bce5009ad8676b8fe479.tar.gz
postgresql-ed30b1a60dadf2b7cc58bce5009ad8676b8fe479.zip
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.
Diffstat (limited to 'src')
-rw-r--r--src/pl/plperl/plperl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pl/plperl/plperl.h b/src/pl/plperl/plperl.h
index a9449d9d8a4..619e7121a1b 100644
--- a/src/pl/plperl/plperl.h
+++ b/src/pl/plperl/plperl.h
@@ -92,6 +92,7 @@
#undef bind
#undef connect
#undef fopen
+#undef fstat
#undef kill
#undef listen
#undef lstat