Commit 259c96f
File tree
6 files changed
+74
-2
lines changedFilter options
- doc/src/sgml/ref
- src
- backend/commands
- test/regress
- expected
- sql
6 files changed
+74
-2
lines changeddoc/src/sgml/ref/alter_table.sgml
Copy file name to clipboardExpand all lines: doc/src/sgml/ref/alter_table.sgml+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1158 | 1158 |
|
1159 | 1159 |
|
1160 | 1160 |
|
| 1161 | + |
1161 | 1162 |
|
1162 | 1163 |
|
1163 | 1164 |
|
| ||
1227 | 1228 |
|
1228 | 1229 |
|
1229 | 1230 |
|
| 1231 | + |
1230 | 1232 |
|
1231 | 1233 |
|
1232 | 1234 |
|
|
src/backend/commands/tablecmds.c
Copy file name to clipboardExpand all lines: src/backend/commands/tablecmds.c+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21213 | 21213 |
|
21214 | 21214 |
|
21215 | 21215 |
|
| 21216 | + |
| 21217 | + |
| 21218 | + |
| 21219 | + |
| 21220 | + |
21216 | 21221 |
|
21217 | 21222 |
|
21218 | 21223 |
|
| ||
21243 | 21248 |
|
21244 | 21249 |
|
21245 | 21250 |
|
| 21251 | + |
21246 | 21252 |
|
21247 | 21253 |
|
21248 | 21254 |
|
|
src/test/regress/expected/partition_merge.out
Copy file name to clipboardExpand all lines: src/test/regress/expected/partition_merge.out+18Lines changed: 18 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
862 | 862 |
|
863 | 863 |
|
864 | 864 |
|
| 865 | + |
| 866 | + |
| 867 | + |
| 868 | + |
| 869 | + |
| 870 | + |
| 871 | + |
| 872 | + |
| 873 | + |
| 874 | + |
| 875 | + |
| 876 | + |
| 877 | + |
| 878 | + |
| 879 | + |
| 880 | + |
| 881 | + |
| 882 | + |
865 | 883 |
|
866 | 884 |
|
867 | 885 |
|
|
src/test/regress/expected/partition_split.out
Copy file name to clipboardExpand all lines: src/test/regress/expected/partition_split.out+21-2Lines changed: 21 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
85 | 85 |
|
86 | 86 |
|
87 | 87 |
|
88 |
| - |
89 |
| - |
| 88 | + |
| 89 | + |
90 | 90 |
|
91 | 91 |
|
92 | 92 |
|
| ||
1494 | 1494 |
|
1495 | 1495 |
|
1496 | 1496 |
|
| 1497 | + |
| 1498 | + |
| 1499 | + |
| 1500 | + |
| 1501 | + |
| 1502 | + |
| 1503 | + |
| 1504 | + |
| 1505 | + |
| 1506 | + |
| 1507 | + |
| 1508 | + |
| 1509 | + |
| 1510 | + |
| 1511 | + |
| 1512 | + |
| 1513 | + |
| 1514 | + |
| 1515 | + |
1497 | 1516 |
|
1498 | 1517 |
|
1499 | 1518 |
|
src/test/regress/sql/partition_merge.sql
Copy file name to clipboardExpand all lines: src/test/regress/sql/partition_merge.sql+13Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
535 | 535 |
|
536 | 536 |
|
537 | 537 |
|
| 538 | + |
| 539 | + |
| 540 | + |
| 541 | + |
| 542 | + |
| 543 | + |
| 544 | + |
| 545 | + |
| 546 | + |
| 547 | + |
| 548 | + |
| 549 | + |
| 550 | + |
538 | 551 |
|
539 | 552 |
|
540 | 553 |
|
|
src/test/regress/sql/partition_split.sql
Copy file name to clipboardExpand all lines: src/test/regress/sql/partition_split.sql+14Lines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
880 | 880 |
|
881 | 881 |
|
882 | 882 |
|
| 883 | + |
| 884 | + |
| 885 | + |
| 886 | + |
| 887 | + |
| 888 | + |
| 889 | + |
| 890 | + |
| 891 | + |
| 892 | + |
| 893 | + |
| 894 | + |
| 895 | + |
| 896 | + |
883 | 897 |
|
884 | 898 |
|
885 | 899 |
|
0 commit comments