Re: pgsql: Implement PREPARE AS statement for ECPG. - Mailing list pgsql-committers

From Michael Paquier
Subject Re: pgsql: Implement PREPARE AS statement for ECPG.
Date
Msg-id 20190522034603.GA1486@paquier.xyz
Whole thread Raw
In response to pgsql: Implement PREPARE AS statement for ECPG.  (Michael Meskes <meskes@postgresql.org>)
Responses Re: pgsql: Implement PREPARE AS statement for ECPG.
List pgsql-committers
On Wed, May 22, 2019 at 03:08:37AM +0000, Michael Meskes wrote:
> Implement PREPARE AS statement for ECPG.
>
> Besides implementing the new statement this change fix some issues with the
> parsing of PREPARE and EXECUTE statements. The different forms of these
> statements are now all handled in a ujnified way.
>
> Author: Matsumura-san <matsumura.ryo@jp.fujitsu.com>

This is a new feature and not a bug fix, hence why has this been
committed to HEAD knowing that the feature freeze of v12 is effective
as of the 8th of April?  You should have waited until REL_12_STABLE
has been created for new features.

(The indentation of the new code in ecpglib/prepare.c is broken.)
--
Michael

Attachment

pgsql-committers by date:

Previous
From: Michael Meskes
Date:
Subject: pgsql: Implement PREPARE AS statement for ECPG.
Next
From: Tom Lane
Date:
Subject: pgsql: Un-break pg_upgrade regression test.