Re: remove_useless_joins vs. bug #19560 - Mailing list pgsql-hackers

From Jacob Brazeal
Subject Re: remove_useless_joins vs. bug #19560
Date
Msg-id CA+COZaDYG7jCW=cvhTikzmGQBSOOgkBzjPf7xYmsKqzfei=Upg@mail.gmail.com
Whole thread
In response to Re: remove_useless_joins vs. bug #19560  (Jacob Brazeal <jacob.brazeal@gmail.com>)
List pgsql-hackers
...For completeness the definition of u here is like so:

CREATE TABLE u (id int PRIMARY KEY, a int);
INSERT INTO u (id, a) VALUES
  (1, 1),
  (2, 2),
  (3, 3),
  (4, 0),
  (5, 1),
  (6, 2),
  (7, 3),
  (8, 0),
  (9, 1),
  (10, 2);

pgsql-hackers by date:

Previous
From: Jacob Brazeal
Date:
Subject: Re: remove_useless_joins vs. bug #19560
Next
From: Mats Kindahl
Date:
Subject: Re: pg_rewind does not rewind diverging timelines