Re: BUG #14107: Major query planner bug regarding subqueries and indices

From: Mathias Kunter <mathiaskunter(at)gmail(dot)com>
To: David Rowley <david(dot)rowley(at)2ndquadrant(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #14107: Major query planner bug regarding subqueries and indices
Date: 2016-04-22 14:08:54
Message-ID: a400d1cb-7d73-2833-00a0-aa36b118012c@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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".

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Victor Yegorov 2016-04-22 14:14:12 Re: BUG #14107: Major query planner bug regarding subqueries and indices
Previous Message Mathias Kunter 2016-04-22 14:02:49 Re: BUG #14107: Major query planner bug regarding subqueries and indices