pgsql: Fix yet another bug in ON CONFLICT rule deparsing. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Fix yet another bug in ON CONFLICT rule deparsing.
Date
Msg-id E1YvxAg-0004z8-Nx@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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-zL0FLg@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(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Remove the new UPSERT command tag and use INSERT instead.
Next
From: Noah Misch
Date:
Subject: pgsql: Check return values of sensitive system library calls.