]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix broken ruleutils support for function TRANSFORM clauses.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 25 Jan 2021 18:03:11 +0000 (13:03 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 25 Jan 2021 18:03:11 +0000 (13:03 -0500)
commit4641b2a30f0a2353e875cba48193e33d8ca0b173
tree1dd959950cf48a3ec16368e43c51c394c3c89c1b
parent06cdfe21d3233e3010d5332d60f27886c28b1a25
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
contrib/hstore_plpython/expected/hstore_plpython.out
contrib/hstore_plpython/sql/hstore_plpython.sql
src/backend/utils/adt/ruleutils.c
src/backend/utils/fmgr/funcapi.c