]> 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:12 +0000 (13:03 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 25 Jan 2021 18:03:12 +0000 (13:03 -0500)
commit57a7d6f4956915de80084b687d4e0385c01ddd16
tree9005e7e6bf37e183683d1466984e32ea8f4ffed0
parent317de9c45d88dd67718b4e411e2918ffbc96f5ae
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/fmgr/funcapi.c