Commit f71136e
committed
Get rid of bogus separate pg_proc entries for json_extract_path operators.
These should not have existed to begin with, but there was apparently some
misunderstanding of the purpose of the opr_sanity regression test item
that checks for operator implementation functions with their own comments.
The idea there is to check for unintentional violations of the rule that
operator implementation functions shouldn't be documented separately
.... but for these functions, that is in fact what we want, since the
variadic option is useful and not accessible via the operator syntax.
Get rid of the extra pg_proc entries and fix the regression test and
documentation to be explicit about what we're doing here.1 parent 344eed9 commit f71136e
File tree
5 files changed
+21
-19
lines changed- doc/src/sgml
- src
- include/catalog
- test/regress/expected
5 files changed
+21
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10524 | 10524 | | |
10525 | 10525 | | |
10526 | 10526 | | |
10527 | | - | |
| 10527 | + | |
| 10528 | + | |
10528 | 10529 | | |
10529 | 10530 | | |
10530 | 10531 | | |
| |||
10536 | 10537 | | |
10537 | 10538 | | |
10538 | 10539 | | |
10539 | | - | |
| 10540 | + | |
| 10541 | + | |
10540 | 10542 | | |
10541 | 10543 | | |
10542 | 10544 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1767 | 1767 | | |
1768 | 1768 | | |
1769 | 1769 | | |
1770 | | - | |
| 1770 | + | |
1771 | 1771 | | |
1772 | | - | |
| 1772 | + | |
1773 | 1773 | | |
1774 | 1774 | | |
1775 | 1775 | | |
| |||
1779 | 1779 | | |
1780 | 1780 | | |
1781 | 1781 | | |
1782 | | - | |
| 1782 | + | |
1783 | 1783 | | |
1784 | | - | |
| 1784 | + | |
1785 | 1785 | | |
1786 | 1786 | | |
1787 | 1787 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4230 | 4230 | | |
4231 | 4231 | | |
4232 | 4232 | | |
4233 | | - | |
4234 | 4233 | | |
4235 | 4234 | | |
4236 | | - | |
4237 | 4235 | | |
4238 | 4236 | | |
4239 | 4237 | | |
| |||
4593 | 4591 | | |
4594 | 4592 | | |
4595 | 4593 | | |
4596 | | - | |
4597 | 4594 | | |
4598 | 4595 | | |
4599 | | - | |
4600 | 4596 | | |
4601 | 4597 | | |
4602 | 4598 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1045 | 1045 | | |
1046 | 1046 | | |
1047 | 1047 | | |
1048 | | - | |
1049 | | - | |
1050 | | - | |
1051 | | - | |
1052 | | - | |
1053 | | - | |
1054 | | - | |
1055 | | - | |
| 1048 | + | |
| 1049 | + | |
| 1050 | + | |
| 1051 | + | |
| 1052 | + | |
| 1053 | + | |
| 1054 | + | |
| 1055 | + | |
| 1056 | + | |
| 1057 | + | |
| 1058 | + | |
| 1059 | + | |
1056 | 1060 | | |
1057 | 1061 | | |
1058 | 1062 | | |
| |||
0 commit comments