]> granicus.if.org Git - postgresql/commit
Check connection info string in ALTER SUBSCRIPTION
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 8 May 2017 18:01:00 +0000 (14:01 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 8 May 2017 18:01:00 +0000 (14:01 -0400)
commitfe974cc5a69903e9f53b36d6e2709fd3de0a1ac7
treeba6ed5745ed39bd63affbc1af498a2d5eb652a4b
parentc89d2d0204f25e556e94dabd0fd5174cf6963b1d
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>
src/backend/commands/subscriptioncmds.c
src/test/regress/expected/subscription.out
src/test/regress/sql/subscription.sql