diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-05-23 17:09:18 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-05-23 17:09:18 +0000 |
commit | f966dccb2f702607d18c6ea991e3772f0d0415bd (patch) | |
tree | 126f9319b6e6b7d057360c27704eac62d0a8388a /src/backend/executor/nodeHash.c | |
parent | f39fc4769ebac262fafa63ef029db971d3f11dc4 (diff) | |
download | postgresql-f966dccb2f702607d18c6ea991e3772f0d0415bd.tar.gz postgresql-f966dccb2f702607d18c6ea991e3772f0d0415bd.zip |
Klugy fix for bug #2447: we can't expand a whole-row reference to NEW
in a rule WHERE expression while inserting it into the original query,
because the 8.0 ResolveNew API is wrongly designed. This is fixed in 8.1
but I'm disinclined to risk back-porting the changes. Instead, just stop
the coredump and instead issue the same 'cannot handle whole-row reference'
message that 7.4 and before generated in this situation.
Diffstat (limited to 'src/backend/executor/nodeHash.c')
0 files changed, 0 insertions, 0 deletions