]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Add missing quote_identifier calls for CREATE TRIGGER ... REFERENCING.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 19 Oct 2018 04:50:17 +0000 (00:50 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 19 Oct 2018 04:50:17 +0000 (00:50 -0400)
commit09397f0ed6c4fd3b76658058e4e914b80a509237
tree30814a42491cdcf5b38bee2da57aaac4b6c7af46
parent34f9944c207f9f710eb7f65d22805f42d46e479e
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
src/backend/utils/adt/ruleutils.c