- Notifications
You must be signed in to change notification settings - Fork69
Commitbb9f6e4
Marina Polyakova
Convert the reg* input functions to report (most) errors softly.
See the commit 858e776c84f48841e7e16fba7b690b76e54f3675 (Convert the reg* inputfunctions to report (most) errors softly.) in PostgreSQL 16.The function qualified_relnames_to_rangevars is used in the functionscreate_hash_partitions_internal and create_range_partitions_internal. It lookslike these functions should not skip partition names (e.g. in the functionscreate_hash_partitions and create_range_partitions respectively)..1 parent47806e7 commitbb9f6e4
2 files changed
+12
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1084 | 1084 | | |
1085 | 1085 | | |
1086 | 1086 | | |
| 1087 | + | |
| 1088 | + | |
| 1089 | + | |
| 1090 | + | |
| 1091 | + | |
| 1092 | + | |
| 1093 | + | |
| 1094 | + | |
| 1095 | + | |
| 1096 | + | |
| 1097 | + | |
1087 | 1098 | | |
1088 | 1099 | | |
1089 | 1100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
518 | 518 | | |
519 | 519 | | |
520 | 520 | | |
521 | | - | |
| 521 | + | |
522 | 522 | | |
523 | 523 | | |
524 | 524 | | |
| |||
0 commit comments
Comments
(0)