Commit 3ca43db
File tree
5 files changed
+129
-0
lines changedFilter options
- src
- backend/parser
- test/regress
- expected
- sql
5 files changed
+129
-0
lines changedsrc/backend/parser/parse_utilcmd.c
Copy file name to clipboardExpand all lines: src/backend/parser/parse_utilcmd.c+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3456 | 3456 |
|
3457 | 3457 |
|
3458 | 3458 |
|
| 3459 | + |
| 3460 | + |
| 3461 | + |
| 3462 | + |
| 3463 | + |
3459 | 3464 |
|
3460 | 3465 |
|
3461 | 3466 |
|
|
src/test/regress/expected/partition_merge.out
Copy file name to clipboardExpand all lines: src/test/regress/expected/partition_merge.out+29Lines changed: 29 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
881 | 881 |
|
882 | 882 |
|
883 | 883 |
|
| 884 | + |
| 885 | + |
| 886 | + |
| 887 | + |
| 888 | + |
| 889 | + |
| 890 | + |
| 891 | + |
| 892 | + |
| 893 | + |
| 894 | + |
| 895 | + |
| 896 | + |
| 897 | + |
| 898 | + |
| 899 | + |
| 900 | + |
| 901 | + |
| 902 | + |
| 903 | + |
| 904 | + |
| 905 | + |
| 906 | + |
| 907 | + |
| 908 | + |
| 909 | + |
| 910 | + |
| 911 | + |
| 912 | + |
884 | 913 |
|
885 | 914 |
|
886 | 915 |
|
|
src/test/regress/expected/partition_split.out
Copy file name to clipboardExpand all lines: src/test/regress/expected/partition_split.out+29Lines changed: 29 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1514 | 1514 |
|
1515 | 1515 |
|
1516 | 1516 |
|
| 1517 | + |
| 1518 | + |
| 1519 | + |
| 1520 | + |
| 1521 | + |
| 1522 | + |
| 1523 | + |
| 1524 | + |
| 1525 | + |
| 1526 | + |
| 1527 | + |
| 1528 | + |
| 1529 | + |
| 1530 | + |
| 1531 | + |
| 1532 | + |
| 1533 | + |
| 1534 | + |
| 1535 | + |
| 1536 | + |
| 1537 | + |
| 1538 | + |
| 1539 | + |
| 1540 | + |
| 1541 | + |
| 1542 | + |
| 1543 | + |
| 1544 | + |
| 1545 | + |
1517 | 1546 |
|
1518 | 1547 |
|
1519 | 1548 |
|
src/test/regress/sql/partition_merge.sql
Copy file name to clipboardExpand all lines: src/test/regress/sql/partition_merge.sql+33Lines changed: 33 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
549 | 549 |
|
550 | 550 |
|
551 | 551 |
|
| 552 | + |
| 553 | + |
| 554 | + |
| 555 | + |
| 556 | + |
| 557 | + |
| 558 | + |
| 559 | + |
| 560 | + |
| 561 | + |
| 562 | + |
| 563 | + |
| 564 | + |
| 565 | + |
| 566 | + |
| 567 | + |
| 568 | + |
| 569 | + |
| 570 | + |
| 571 | + |
| 572 | + |
| 573 | + |
| 574 | + |
| 575 | + |
| 576 | + |
| 577 | + |
| 578 | + |
| 579 | + |
| 580 | + |
| 581 | + |
| 582 | + |
| 583 | + |
| 584 | + |
552 | 585 |
|
553 | 586 |
|
554 | 587 |
|
|
src/test/regress/sql/partition_split.sql
Copy file name to clipboardExpand all lines: src/test/regress/sql/partition_split.sql+33Lines changed: 33 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
894 | 894 |
|
895 | 895 |
|
896 | 896 |
|
| 897 | + |
| 898 | + |
| 899 | + |
| 900 | + |
| 901 | + |
| 902 | + |
| 903 | + |
| 904 | + |
| 905 | + |
| 906 | + |
| 907 | + |
| 908 | + |
| 909 | + |
| 910 | + |
| 911 | + |
| 912 | + |
| 913 | + |
| 914 | + |
| 915 | + |
| 916 | + |
| 917 | + |
| 918 | + |
| 919 | + |
| 920 | + |
| 921 | + |
| 922 | + |
| 923 | + |
| 924 | + |
| 925 | + |
| 926 | + |
| 927 | + |
| 928 | + |
| 929 | + |
897 | 930 |
|
898 | 931 |
|
899 | 932 |
|
|
0 commit comments