pgsql: Fix PL/Perl build on Cygwin

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix PL/Perl build on Cygwin
Date: 2022-09-02 16:01:13
Message-ID: E1oU96X-0016Ui-4o@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix PL/Perl build on Cygwin

This was broken by b4e936859dc441102eb0b6fb7a104f3948c90490. The
reason why this fixes it are not entirely clear, but it seemed the
best way to get it working again.

Discussion: https://www.postgresql.org/message-id/flat/8c4fcb72-2574-ff7c-4c25-1f032d4a2a57%40enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1c3aa54502dd7d2ced0c4e51de40aa4d61bfc04c

Modified Files
--------------
src/pl/plperl/GNUmakefile | 5 +++++
1 file changed, 5 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2022-09-02 18:51:06 pgsql: Remove unused code from sepgsql
Previous Message Amit Kapila 2022-09-02 11:26:21 pgsql: Doc: fix column list vs. replica identity rules.