Re: BUG #14107: Major query planner bug regarding subqueries and indices - Mailing list pgsql-bugs

From Mathias Kunter
Subject Re: BUG #14107: Major query planner bug regarding subqueries and indices
Date
Msg-id a400d1cb-7d73-2833-00a0-aa36b118012c@gmail.com
Whole thread Raw
In response to Re: BUG #14107: Major query planner bug regarding subqueries and indices  (David Rowley <david.rowley@2ndquadrant.com>)
List pgsql-bugs
Sorry, typo:

> CREATE TABLE book (id SERIAL NOT NULL, name VARCHAR, authorId SERIAL, CONSTRAINT book_pkey PRIMARY KEY (id));

It should of course be "authorId INTEGER" instead of "authorId SERIAL".

pgsql-bugs by date:

Previous
From: Mathias Kunter
Date:
Subject: Re: BUG #14107: Major query planner bug regarding subqueries and indices
Next
From: Victor Yegorov
Date:
Subject: Re: BUG #14107: Major query planner bug regarding subqueries and indices