1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-15 03:41:20 +03:00
Files
postgres/src/backend/optimizer/path
Tom Lane 8ae29a1d40 Remove 'restrictinfojoinid' field from RestrictInfo nodes.
The only place it was being used was as temporary storage in indxpath.c,
and the logic was wrong: the same restrictinfo node could get chosen to
carry the info for two different joins.  Right fix is to return a second
list of unjoined-relids parallel to the list of clause groups.
1999-07-25 17:53:27 +00:00
..
1999-07-16 05:00:38 +00:00
1999-07-16 05:00:38 +00:00
1999-07-16 05:00:38 +00:00
1999-07-16 05:00:38 +00:00
1999-02-20 15:27:42 +00:00
1999-07-16 05:00:38 +00:00
1999-07-16 05:00:38 +00:00
1999-07-16 05:00:38 +00:00