- Notifications
You must be signed in to change notification settings - Fork5
Commit079013f
committed
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 getthe memo, possibly resulting in an Assert failure. It looks like therewould have been no ill effects in a non-Assert build, though. Back-patchto 9.5 where the IF NOT EXISTS option was added.Stas Kelvich1 parent8207c6b commit079013f
1 file changed
+12
-4
lines changedLines changed: 12 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2217 | 2217 |
| |
2218 | 2218 |
| |
2219 | 2219 |
| |
2220 |
| - | |
2221 |
| - | |
2222 |
| - | |
| 2220 | + | |
| 2221 | + | |
| 2222 | + | |
| 2223 | + | |
| 2224 | + | |
| 2225 | + | |
| 2226 | + | |
| 2227 | + | |
| 2228 | + | |
| 2229 | + | |
| 2230 | + | |
2223 | 2231 |
| |
2224 | 2232 |
| |
2225 | 2233 |
| |
2226 | 2234 |
| |
2227 | 2235 |
| |
2228 |
| - | |
| 2236 | + | |
2229 | 2237 |
| |
2230 | 2238 |
| |
2231 | 2239 |
| |
|
0 commit comments
Comments
(0)