pgsql: Adjust commit 2dbe8905 for ancient macOS.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Adjust commit 2dbe8905 for ancient macOS.
Date: 2021-07-19 04:52:08
Message-ID: E1m5LGC-0005Iv-CJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Adjust commit 2dbe8905 for ancient macOS.

A couple of open flags used in an assertion didn't exist in macOS 10.4.
Per build farm animal prairiedog. Also add O_EXCL while here (there are
a few more standard flags but they're not relevant and likely to be
missing).

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/04cad8f7bcd63fac567e49fd72e6df42b3b251a9

Modified Files
--------------
src/backend/storage/file/fd.c | 5 +++++
1 file changed, 5 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2021-07-19 06:10:21 pgsql: Don't allow to set replication slot_name as ''.
Previous Message Michael Paquier 2021-07-19 03:40:34 pgsql: doc: Mention CASCADE/RESTRICT for DROP STATISTICS