diff options
author | Michael Paquier <michael@paquier.xyz> | 2021-06-28 12:11:18 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2021-06-28 12:11:18 +0900 |
commit | 79718c1c6c007c27e9c1b8e92bd96d17067606fa (patch) | |
tree | 73ecd2068ebd4227f0a645565b2a737dbb243aa4 /src/backend/executor/nodeModifyTable.c | |
parent | 09a69f6e23369847cf11cd03c999a0342d47bbcc (diff) | |
download | postgresql-79718c1c6c007c27e9c1b8e92bd96d17067606fa.tar.gz postgresql-79718c1c6c007c27e9c1b8e92bd96d17067606fa.zip |
Fix variable initialization with ALTER SUBSCRIPTION DROP PUBLICATION
copy_data is not a supported option with this sub-command of ALTER
SUBSCRIPTION, which would not make a variable related to it initialized
after parsing the option set in DefElems. A refresh could then refer to
it.
Author: Ranier Vilela
Reviewed-by: Peter Smith
Discussion: https://postgr.es/m/CAEudQAp5P8nr=ze2Gv=BMj=DJFZnrvendZCZcC-fos3QiDe2sg@mail.gmail.com
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions