]> granicus.if.org Git - postgresql/commit
Tweak generic_type_consistency routines to avoid loss of functionality
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 23 Sep 2003 17:12:53 +0000 (17:12 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 23 Sep 2003 17:12:53 +0000 (17:12 +0000)
commitdbf8259adf6da21f19c183610c5aeb258e6870e1
tree6b3d2b1858819f9eebb6bf8057fb6744e67ab3db
parent267924ead889ba0412b878043be23613b8abedab
Tweak generic_type_consistency routines to avoid loss of functionality
since 7.3: 'select array_dims(histogram_bounds) from pg_stats' used to
work and still should.  Problem was that code wouldn't take input of
declared type anyarray as matching an anyarray argument.  Allow this
case as long as we don't need to determine an element type (which in
practice means as long as anyelement isn't used in the function signature).
src/backend/parser/parse_coerce.c