pgsql: In pg_upgrade, document why we can't issue \n\n in the command l - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: In pg_upgrade, document why we can't issue \n\n in the command l
Date
Msg-id E1T96nu-0001u2-PV@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
In pg_upgrade, document why we can't issue \n\n in the command logfile
on Windows.  Slightly cleanup log output on Windows given this
restriction.

Backpatch to 9.2.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/c4f18483b69830c725a9d45332144eb1926c5c26

Modified Files
--------------
contrib/pg_upgrade/exec.c       |   14 ++++++++++----
contrib/pg_upgrade/pg_upgrade.h |    6 +++++-
2 files changed, 15 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: In pg_upgrade, document why we can't issue \n\n in the command l
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix compiler warnings about unused variables, caused by my previ