Relax an Assert() that has been found to be too strict in some situations
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/execScan.c | modified | +12 −2 |