[COMMITTERS] pgsql: Check connection info string in ALTER SUBSCRIPTION

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема [COMMITTERS] pgsql: Check connection info string in ALTER SUBSCRIPTION
Дата
Msg-id E1d7n1F-0000mH-0n@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Check connection info string in ALTER SUBSCRIPTION

Previously it would allow an invalid connection string to be set.

Author: Petr Jelinek <petr.jelinek@2ndquadrant.com>
Reported-by: tushar <tushar.ahuja@enterprisedb.com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fe974cc5a69903e9f53b36d6e2709fd3de0a1ac7

Modified Files
--------------
src/backend/commands/subscriptioncmds.c    | 5 +++++
src/test/regress/expected/subscription.out | 4 ++++
src/test/regress/sql/subscription.sql      | 3 +++
3 files changed, 12 insertions(+)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Last-minute updates for release notes.
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Further patch rangetypes_selfuncs.c's statistics slotmanagement