pgsql: Add missing quote_identifier calls for CREATE TRIGGER ...REFERE - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Add missing quote_identifier calls for CREATE TRIGGER ...REFERE
Date
Msg-id E1gDMkB-0005Cl-C1@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add missing quote_identifier calls for CREATE TRIGGER ... REFERENCING.

Mixed-case names for transition tables weren't dumped correctly.
Oversight in commit 8c48375e5, per bug #15440 from Karl Czajkowski.

In passing, I couldn't resist a bit of code beautification.

Back-patch to v10 where this was introduced.

Discussion: https://postgr.es/m/15440-02d1468e94d63d76@postgresql.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/350410be459ccda7eeeea35b56b5f2d24391f90c

Modified Files
--------------
src/backend/utils/adt/ruleutils.c | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: Refactor pid, random seed and start time initialization.
Next
From: Michael Paquier
Date:
Subject: pgsql: Use whitelist to choose files scanned with pg_verify_checksums