]> granicus.if.org Git - postgresql/commit
When we added the ability to have zero-element ARRAY[] constructs by adding an
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 19 Dec 2008 05:04:35 +0000 (05:04 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 19 Dec 2008 05:04:35 +0000 (05:04 +0000)
commitadac22bf8a451eef87ff5693cde021e738191c24
treee6e7b8e5e2f86d67af1c7d476ac38d2af1289cf2
parente32014d85de478e7baa4af9a113832ea1cd360ef
When we added the ability to have zero-element ARRAY[] constructs by adding an
explicit cast to show the intended array type, we forgot to teach ruleutils.c
to print out such constructs properly.  Found by noting bogus output from
recent changes in polymorphism regression test.
src/backend/utils/adt/ruleutils.c
src/test/regress/expected/polymorphism.out