pgsql: Fix quote_ident to use quote_identifier rather than its own, not - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Fix quote_ident to use quote_identifier rather than its own, not
Date
Msg-id 20050321162931.D6A20568E2@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix quote_ident to use quote_identifier rather than its own, not quite
up-to-speed logic; in particular this will cause it to quote names that
match keywords.  Remove unnecessary multibyte cruft from quote_literal
(all backend-internal encodings are 8-bit-safe).

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        quote.c (r1.14 -> r1.14.4.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/quote.c.diff?r1=1.14&r2=1.14.4.1)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix quote_ident to use quote_identifier rather than its own, not
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Create a routine PageIndexMultiDelete() that replaces a loop