projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bed9075
)
plperl.h should #undef fstat along with stat and lstat.
author
Tom Lane
<
[email protected]
>
Fri, 9 Oct 2020 21:54:34 +0000
(17:54 -0400)
committer
Tom Lane
<
[email protected]
>
Fri, 9 Oct 2020 21:54:34 +0000
(17:54 -0400)
Needed now that commit
bed90759f
caused win32_port.h to provide
a #define for that too. Per buildfarm.
src/pl/plperl/plperl.h
patch
|
blob
|
blame
|
history
diff --git
a/src/pl/plperl/plperl.h
b/src/pl/plperl/plperl.h
index a9449d9d8a4feab6d9a7efb379d9c952b613d49d..619e7121a1bfe05d2f67d703ad9d35dd10eb0861 100644
(file)
--- 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