Fix broken ruleutils support for function TRANSFORM clauses.
Tom Lane <tgl@sss.pgh.pa.us>
Fix broken ruleutils support for function TRANSFORM clauses. I chanced to notice that this dumped core due to a faulty Assert. To add insult to injury, the output has been misformatted since v11. Obviously we need some regression testing here. Discussion: https://postgr.es/m/d1cc628c-3953-4209-957b-29427acc38c8@www.fastmail.com
Files
| Path | Change | +/− |
|---|---|---|
| contrib/hstore_plpython/expected/hstore_plpython.out | modified | +13 −3 |
| contrib/hstore_plpython/sql/hstore_plpython.sql | modified | +6 −3 |
| src/backend/utils/adt/ruleutils.c | modified | +2 −1 |
| src/backend/utils/fmgr/funcapi.c | modified | +3 −2 |
Discussion
- The mysterious pg_proc.protrftypes 5 messages · 2021-01-25