]> granicus.if.org Git - postgresql/commit
Relax an Assert() that has been found to be too strict in some situations
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 24 Jan 2007 01:25:47 +0000 (01:25 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 24 Jan 2007 01:25:47 +0000 (01:25 +0000)
commit07cf99ac6fc6d0265efae5cb88c345d7dbcd57fd
tree7927af8f334120b1cabe0578d510660d7194319e
parent4e8b5cd94bd24e8162ef4fd45d0ce621481844da
Relax an Assert() that has been found to be too strict in some situations
involving unions of types having typmods.  Variants of the failure are known
to occur in 8.1 and up; not sure if it's possible in 8.0 and 7.4, but since
the code exists that far back, I'll just patch 'em all.  Per report from
Brian Hurt.
src/backend/executor/execScan.c