From ce66e1fc944afe02dc6d08c64d936afcfa93de47 Mon Sep 17 00:00:00 2001 From: radek Date: Mon, 7 Jan 2008 20:58:07 +0000 Subject: [PATCH] - merged in 8.2.6 Changed files: postgresql-825_planner_regression.patch -> 1.2 --- postgresql-825_planner_regression.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 postgresql-825_planner_regression.patch diff --git a/postgresql-825_planner_regression.patch b/postgresql-825_planner_regression.patch deleted file mode 100644 index fd517a3..0000000 --- a/postgresql-825_planner_regression.patch +++ /dev/null @@ -1,14 +0,0 @@ -# from http://archives.postgresql.org/pgsql-bugs/2007-10/msg00180.php -diff -c -r1.123.2.7 src/backend/optimizer/plan/initsplan.c -*** src/backend/optimizer/plan/initsplan.c 4 Oct 2007 20:44:55 -0000 1.123.2.7 ---- src/backend/optimizer/plan/initsplan.c 24 Oct 2007 20:34:08 -0000 -*************** -*** 625,630 **** ---- 625,631 ---- - * rel in the lower OJ's min_righthand, not its whole syn_righthand. - */ - if (bms_overlap(left_rels, otherinfo->syn_righthand) && -+ bms_overlap(clause_relids, otherinfo->syn_righthand) && - !bms_overlap(strict_relids, otherinfo->min_righthand)) - { - min_lefthand = bms_add_members(min_lefthand, -- 2.44.0