pgsql: pg_upgrade: use single or double-quotes in command-line strings - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: pg_upgrade: use single or double-quotes in command-line strings
Date
Msg-id E1Yrr1g-0004ot-0j@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pg_upgrade:  use single or double-quotes in command-line strings

This is platform-dependent.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9d15292cfc581d2916778b79df0f0e86e032a677

Modified Files
--------------
src/bin/pg_upgrade/check.c      |   12 +++++++-----
src/bin/pg_upgrade/pg_upgrade.h |    2 ++
2 files changed, 9 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix incorrect checking of deferred exclusion constraint after a
Next
From: Peter Geoghegan
Date:
Subject: Re: pgsql: Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.