]> granicus.if.org Git - postgresql/commit
Fix ADD IF NOT EXISTS used in conjunction with ALTER TABLE ONLY
authorGreg Stark <stark@mit.edu>
Wed, 19 Dec 2018 23:28:35 +0000 (18:28 -0500)
committerGreg Stark <stark@mit.edu>
Thu, 20 Dec 2018 00:41:18 +0000 (19:41 -0500)
commit5668afeb6d25ef842ff14239c5ba3aa20cf56937
tree6f7e0dfea089385f63eb6d4103fc3a5b0659698b
parent7c2bc40b8b78442d414db76366e6d15d2fa6ebd0
Fix ADD IF NOT EXISTS used in conjunction with ALTER TABLE ONLY

The flag for IF NOT EXISTS was only being passed down in the normal
recursing case. It's been this way since originally added in 9.6 in
commit 2cd40adb85 so backpatch back to 9.6.
src/backend/commands/tablecmds.c
src/test/regress/expected/alter_table.out
src/test/regress/sql/alter_table.sql