Re: Possible bug in PostgreSQL query planner - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Possible bug in PostgreSQL query planner
Date
Msg-id 23584.1034001756@sss.pgh.pa.us
Whole thread Raw
In response to Possible bug in PostgreSQL query planner  (Matthew Wakeling <matthew@flymine.org>)
List pgsql-bugs
Matthew Wakeling <matthew@flymine.org> writes:
> I have encountered what seems to be a bad decision made by the query
> planner, on a quite simple query. I have attached a shell script which
> creates a large (180MB) sql script, to demonstrate the problem.

These queries are forcing the join order; see
http://www.ca.postgresql.org/users-lounge/docs/7.2/postgres/explicit-joins.html
The second query forces a bad join order.

Whether this is a bug or a feature depends on your perspective; for now,
it's defined to be a feature ...

            regards, tom lane

pgsql-bugs by date:

Previous
From: Rudolf Potucek
Date:
Subject: postmaster will not start with stale lockfile but not report why
Next
From: Tom Lane
Date:
Subject: Re: postmaster will not start with stale lockfile but not report why