mirror of
https://github.com/postgres/postgres.git
synced 2025-06-20 15:22:23 +03:00
I'm sorry, but I think I introduced a little bug with my last patch.
Everyone using an [NOT] EXISTS subquery will have noticed that already. The bug is in "subselect.c" in the function "SS_process_sublinks()". Here the whole function as it *SHOULD BE*: Stephan
This commit is contained in:
@ -78,7 +78,7 @@ queries, like <I>INSERT</I> and <I>UPDATE,</I> specify the columns
|
||||
modified by the query. These column references are converted to <A
|
||||
HREF="../../include/nodes/primnodes.h">Resdom</A> entries, which are
|
||||
placed in <A HREF="../../include/nodes/parsenodes.h">target list
|
||||
entries,</I> and linked together to make up the <I>target list</I> of
|
||||
entries,</A> and linked together to make up the <I>target list</I> of
|
||||
the query. The target list is stored in Query.targetList, which is
|
||||
generated by <A
|
||||
HREF="../../backend/parser/parse_target.c">transformTargetList().</A><P>
|
||||
|
Reference in New Issue
Block a user