pgsql: Remove quotes around format_type_be() output - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Remove quotes around format_type_be() output
Date
Msg-id E1RpmPH-0008Dz-Sl@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove quotes around format_type_be() output

format_type_be() takes care of any needed quoting itself.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/89dda5f2979fbe277809369ff88832ab39e83ff0

Modified Files
--------------
src/backend/catalog/pg_constraint.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Suppress variable-clobbered-by-longjmp warning seen with older g
Next
From: Simon Riggs
Date:
Subject: pgsql: Add new replication mode synchronous_commit = 'write'.