]> 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:56 +0000 (01:25 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 24 Jan 2007 01:25:56 +0000 (01:25 +0000)
commit212df03ac94a1bbb281b4e8ee31007f07682451c
tree9e8d0cde45584881c4257d951a153abc99a148c2
parentbdc9d70edd54205b8a1c1f4ad5f34197bd4c9ec4
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