aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeModifyTable.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2021-06-28 12:11:18 +0900
committerMichael Paquier <michael@paquier.xyz>2021-06-28 12:11:18 +0900
commit79718c1c6c007c27e9c1b8e92bd96d17067606fa (patch)
tree73ecd2068ebd4227f0a645565b2a737dbb243aa4 /src/backend/executor/nodeModifyTable.c
parent09a69f6e23369847cf11cd03c999a0342d47bbcc (diff)
downloadpostgresql-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