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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: plperl.h should #undef fstat along with stat and lstat.
Date: 2020-10-09 21:54:37
Message-ID: E1kR0LV-00037L-Q9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ed30b1a60dadf2b7cc58bce5009ad8676b8fe479

Modified Files
--------------
src/pl/plperl/plperl.h | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-10-10 17:28:23 pgsql: Recognize network-failure errnos as indicating hard connection l
Previous Message Tom Lane 2020-10-09 20:20:16 pgsql: Fix our Windows stat() emulation to handle file sizes > 4GB.