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)
commita26194f22bf06733f8065d637f790ee4d4778321
treef66c93a080679d6e7010c1e5a58e95a9c747bfd1
parent652f7818bf978b7230e4462535aef0c9d216b99f
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/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