Fix yet another bug in ON CONFLICT rule deparsing. Expand testing of rule deparsing a good bit, it's evidently needed.
Author: Peter Geoghegan, Andres Freund Discussion: cam3swzqmxxzhqc32qveotyfnxjbj_q2sdenl7bv14cq-zl0...@mail.gmail.com Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/284bef297733e553c73f1c858e0ce1532f754d18 Modified Files -------------- src/backend/utils/adt/ruleutils.c | 2 +- src/test/regress/expected/rules.out | 55 +++++++++++++++++++++++++++++++++-- src/test/regress/sql/rules.sql | 23 +++++++++++++-- 3 files changed, 75 insertions(+), 5 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
