]> 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:26:08 +0000 (01:26 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 24 Jan 2007 01:26:08 +0000 (01:26 +0000)
commit234db5bae10185417fc4a569ef563da34a48b92f
treec2b2d156f4a935c5f67f281c1c4c6713c355c52c
parentfe7b0fc35da752fead8c389a2a6cbb59f2aab92a
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