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:43 +0000 (13:03 -0500)
commit07d46fceb4254b00e79f3d06419cbae13b0ecb5a
tree94028eaf28251b2ea91c00c16a625075d51271a7
parentd18e75664a2fda2e4d5cc433d68e37fc0e9499f2
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: http://postgr.es/m/d1cc628c-3953-4209-957b-29427acc38c8@www.fastmail.com
contrib/bool_plperl/expected/bool_plperl.out
contrib/bool_plperl/expected/bool_plperlu.out
contrib/bool_plperl/sql/bool_plperl.sql
contrib/bool_plperl/sql/bool_plperlu.sql
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