Re: Add CINE for ALTER TABLE ... ADD COLUMN - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Add CINE for ALTER TABLE ... ADD COLUMN
Date
Msg-id CAB7nPqSfNK96n6VnMij7aLkU2ntpXEhk987zucGy-nn_T9kzKQ@mail.gmail.com
Whole thread Raw
In response to Re: Add CINE for ALTER TABLE ... ADD COLUMN  (Fabrízio de Royes Mello <fabriziomello@gmail.com>)
List pgsql-hackers
On Thu, Jul 23, 2015 at 9:55 AM, Fabrízio de Royes Mello wrote:
> Thank you for the review.

+       /* skipp if the name already exists and if_not_exists is true */
s/skipp/skip.

Except that this looks in good shape to me (see attached for a version
fixing the typo) so switched to "Ready for committer".
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Kouhei Kaigai
Date:
Subject: Re: Queries runs slow on GPU with PG-Strom
Next
From: Robert Haas
Date:
Subject: Re: A little RLS oversight?