Fix yet another bug in ON CONFLICT rule deparsing.
Andres Freund <andres@anarazel.de>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/ruleutils.c | modified | +1 −1 |
| src/test/regress/expected/rules.out | modified | +53 −2 |
| src/test/regress/sql/rules.sql | modified | +21 −2 |