diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2002-09-24 18:38:23 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2002-09-24 18:38:23 +0000 |
commit | 83fd58dff02f4f1912c87194d8f9db7fe9e644c4 (patch) | |
tree | 0c24a3927b60f06f52567fca3be6d522e791617b /src/backend/tcop/postgres.c | |
parent | 44f68fc7bd462bea0e9e434f7a21c17e26274d31 (diff) | |
download | postgresql-83fd58dff02f4f1912c87194d8f9db7fe9e644c4.tar.gz postgresql-83fd58dff02f4f1912c87194d8f9db7fe9e644c4.zip |
Add missing correction of sublevelsup when pulling up a subquery.
Fixes problem with cases like
SELECT * FROM foo t WHERE NOT EXISTS (SELECT remoteid FROM
(SELECT f1 as remoteid FROM foo WHERE f1 = t.f1) AS t1)
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions