Commit cd92cfe
committed
Resolve conflicts in createas.h/createas.c
createas.h:
Commit e665769 put the check for IF NOT EXISTS clause of CTAS command
into the separate CreateTableAsRelExists(), while 598f4b0 had modified
this file earlier.
createas.c
Commit e665769 used the CreateTableAsRelExists() at the begining of
ExecCreateTableAs(), while GPDB team had cherry-picked more recent
commit 782b169 fixing CREATE OR REPLACE vulnerability. Fix the confict
in a way existing in upstream.
Commit 846005e has modified intorel_shutdown when 598f4b0 has added
the null check in the same place. Keep both variants.1 parent 8e0bcb0 commit cd92cfe
2 files changed
Lines changed: 15 additions & 38 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | 313 | | |
343 | 314 | | |
344 | 315 | | |
345 | 316 | | |
346 | | - | |
347 | 317 | | |
348 | 318 | | |
349 | 319 | | |
| |||
537 | 507 | | |
538 | 508 | | |
539 | 509 | | |
| 510 | + | |
| 511 | + | |
540 | 512 | | |
541 | 513 | | |
542 | 514 | | |
543 | 515 | | |
544 | | - | |
| 516 | + | |
| 517 | + | |
545 | 518 | | |
546 | 519 | | |
547 | 520 | | |
548 | 521 | | |
549 | 522 | | |
550 | 523 | | |
551 | 524 | | |
552 | | - | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
553 | 535 | | |
554 | 536 | | |
555 | 537 | | |
| |||
777 | 759 | | |
778 | 760 | | |
779 | 761 | | |
780 | | - | |
781 | 762 | | |
782 | 763 | | |
783 | 764 | | |
784 | 765 | | |
785 | | - | |
| 766 | + | |
786 | 767 | | |
787 | | - | |
788 | 768 | | |
789 | 769 | | |
790 | 770 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | | - | |
36 | 34 | | |
37 | | - | |
38 | 35 | | |
39 | 36 | | |
0 commit comments