diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-04-11 20:07:17 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-04-11 20:07:17 -0400 |
commit | 39c283e498de1bb7c3d5beadfffcf3273ae8cc27 (patch) | |
tree | 8f38ff73c52585c801cad99aebc9a6a02fc14631 /src/backend/access/transam/generic_xlog.c | |
parent | b0e40d189325dc7a54d2546245e766f8c47a7c8d (diff) | |
download | postgresql-39c283e498de1bb7c3d5beadfffcf3273ae8cc27.tar.gz postgresql-39c283e498de1bb7c3d5beadfffcf3273ae8cc27.zip |
Fix _SPI_execute_plan() for CREATE TABLE IF NOT EXISTS foo AS ...
When IF NOT EXISTS was added to CREATE TABLE AS, this logic didn't get
the memo, possibly resulting in an Assert failure. It looks like there
would have been no ill effects in a non-Assert build, though. Back-patch
to 9.5 where the IF NOT EXISTS option was added.
Stas Kelvich
Diffstat (limited to 'src/backend/access/transam/generic_xlog.c')
0 files changed, 0 insertions, 0 deletions