pgsql: In pg_upgrade, add C comment about why we don't try to do shared - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: In pg_upgrade, add C comment about why we don't try to do shared
Date
Msg-id E1Qk0Ya-0004KO-5z@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
In pg_upgrade, add C comment about why we don't try to do shared file
writes for logging.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/43aa40e1551b9e8d30b376de6d6a9b976ae54332

Modified Files
--------------
contrib/pg_upgrade/pg_upgrade.h |    4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix PQsetvalue() to avoid possible crash when adding a new tuple
Next
From: Robert Haas
Date:
Subject: pgsql: Unbreak unlogged tables.