Skip to content
Snippets Groups Projects
Commit 83fd58df authored by Tom Lane's avatar Tom Lane
Browse files

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)
parent 44f68fc7
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment