pgsql: Remove quotes around format_type_be() output

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove quotes around format_type_be() output
Date: 2012-01-24 19:51:51
Message-ID: E1RpmPH-0008Dz-Sl@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2012-01-24 20:22:57 pgsql: Add new replication mode synchronous_commit = 'write'.
Previous Message Tom Lane 2012-01-24 18:44:25 pgsql: Suppress variable-clobbered-by-longjmp warning seen with older g