Add missing quote_identifier calls for CREATE TRIGGER ... REFERENCING.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 350410be459ccda7eeeea35b56b5f2d24391f90c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2018-10-19T04:50:16Z
Releases: 12.0
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

Files

PathChange+/−
src/backend/utils/adt/ruleutils.c modified +6 −4

Discussion