]> 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:02 +0000 (01:26 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 24 Jan 2007 01:26:02 +0000 (01:26 +0000)
commit3e0b5417a5487a838a88eef147f7ce5c58f8541a
tree6806fb620d73cad6a7a799addea09b69a593c495
parent8147c13f6fc04f9c929d03cbb5402f1977a07458
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