Re: pgsql: Implement PREPARE AS statement for ECPG.

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: pgsql: Implement PREPARE AS statement for ECPG.
Дата
Msg-id 20190522034603.GA1486@paquier.xyz
обсуждение исходный текст
Ответ на pgsql: Implement PREPARE AS statement for ECPG.  (Michael Meskes <meskes@postgresql.org>)
Ответы Re: pgsql: Implement PREPARE AS statement for ECPG.  (Michael Meskes <meskes@postgresql.org>)
Список 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

Вложения

В списке pgsql-committers по дате отправления:

Предыдущее
От: Michael Meskes
Дата:
Сообщение: pgsql: Implement PREPARE AS statement for ECPG.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Un-break pg_upgrade regression test.