pgsql: Update spelling of COPY options - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Update spelling of COPY options
Date
Msg-id E1ZuAex-0006Tw-VT@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Update spelling of COPY options

The preferred spelling was changed from FORCE QUOTE to FORCE_QUOTE and
the like, but some code was still referring to the old spellings.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7bd099d511d66b55fedced9920357cc5c36811c7

Modified Files
--------------
src/backend/commands/copy.c         |   14 +++++++-------
src/test/regress/expected/copy2.out |    4 ++--
2 files changed, 9 insertions(+), 9 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Add regression tests for remote execution of extension operators
Next
From: Tom Lane
Date:
Subject: pgsql: Improve implementation of GEQO's init_tour() function.