]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- merged in 8.2.6
authorradek <radek@pld-linux.org>
Mon, 7 Jan 2008 20:58:07 +0000 (20:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postgresql-825_planner_regression.patch -> 1.2

postgresql-825_planner_regression.patch [deleted file]

diff --git a/postgresql-825_planner_regression.patch b/postgresql-825_planner_regression.patch
deleted file mode 100644 (file)
index fd517a3..0000000
+++ /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,
This page took 0.117217 seconds and 4 git commands to generate.