pgsql: Consistently quote encoding and locale names in messages - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Consistently quote encoding and locale names in messages
Date
Msg-id E1SIkRN-0008A6-Rw@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Consistently quote encoding and locale names in messages

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/64e1309c76aca35e32e62e69fc11e96aadfb2615

Modified Files
--------------
src/backend/commands/dbcommands.c |   12 ++++++------
src/bin/initdb/initdb.c           |   24 ++++++++++++------------
src/test/locale/test-ctype.c      |    2 +-
3 files changed, 19 insertions(+), 19 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Grammar corrections.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Rename bytea_agg to string_agg and add delimiter argument