Add more tests for CREATE SUBSCRIPTION
Peter Eisentraut <peter_e@gmx.net>
Add more tests for CREATE SUBSCRIPTION Add some tests for parsing different option combinations. Fix some of the resulting error messages for recent changes in option naming. Author: Masahiko Sawada <sawada.mshk@gmail.com>
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/subscriptioncmds.c | modified | +5 −5 |
| src/test/regress/expected/subscription.out | modified | +20 −0 |
| src/test/regress/sql/subscription.sql | modified | +15 −0 |