Re: pgsql: Implement PREPARE AS statement for ECPG.

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Michael Meskes <meskes(at)postgresql(dot)org>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Implement PREPARE AS statement for ECPG.
Date: 2019-05-22 03:46:03
Message-ID: 20190522034603.GA1486@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)ryo(at)jp(dot)fujitsu(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-05-22 03:51:22 pgsql: Un-break pg_upgrade regression test.
Previous Message Michael Meskes 2019-05-22 03:08:37 pgsql: Implement PREPARE AS statement for ECPG.