Fix ADD IF NOT EXISTS used in conjunction with ALTER TABLE ONLY

Greg Stark <stark@mit.edu>

Commit: 9e6cd794c282499aa0d2d31166c023cda0682e67
Author: Greg Stark <stark@mit.edu>
Date: 2018-12-20T00:41:06Z
Releases: 10.7
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.

Files