forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd3fe6e9
committed
Simplify productions for FORMAT JSON [ ENCODING name ]
This removes the production json_encoding_clause_opt, instead mergingit into json_format_clause. Also remove the auxiliarymakeJsonEncoding() function.Reviewed-by: Amit Langote <amitlangote09@gmail.com>Discussion:https://postgr.es/m/202312071841.u2gueb5dsrbk%40alvherre.pgsql1 parentc7a3e6b commitd3fe6e9
File tree
3 files changed
+33
-38
lines changed- src
- backend
- nodes
- parser
- include/nodes
3 files changed
+33
-38
lines changedLines changed: 0 additions & 21 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
857 | 857 |
| |
858 | 858 |
| |
859 | 859 |
| |
860 |
| - | |
861 |
| - | |
862 |
| - | |
863 |
| - | |
864 |
| - | |
865 |
| - | |
866 |
| - | |
867 |
| - | |
868 |
| - | |
869 |
| - | |
870 |
| - | |
871 |
| - | |
872 |
| - | |
873 |
| - | |
874 |
| - | |
875 |
| - | |
876 |
| - | |
877 |
| - | |
878 |
| - | |
879 |
| - | |
880 |
| - | |
881 | 860 |
| |
882 | 861 |
| |
883 | 862 |
| |
|
Lines changed: 33 additions & 16 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
645 | 645 |
| |
646 | 646 |
| |
647 | 647 |
| |
648 |
| - | |
| 648 | + | |
| 649 | + | |
649 | 650 |
| |
650 | 651 |
| |
651 | 652 |
| |
652 | 653 |
| |
653 | 654 |
| |
654 | 655 |
| |
655 | 656 |
| |
656 |
| - | |
657 |
| - | |
| 657 | + | |
658 | 658 |
| |
659 | 659 |
| |
660 | 660 |
| |
| |||
14962 | 14962 |
| |
14963 | 14963 |
| |
14964 | 14964 |
| |
14965 |
| - | |
| 14965 | + | |
14966 | 14966 |
| |
14967 | 14967 |
| |
14968 | 14968 |
| |
14969 |
| - | |
14970 |
| - | |
| 14969 | + | |
14971 | 14970 |
| |
14972 | 14971 |
| |
14973 | 14972 |
| |
| |||
14981 | 14980 |
| |
14982 | 14981 |
| |
14983 | 14982 |
| |
14984 |
| - | |
| 14983 | + | |
14985 | 14984 |
| |
14986 | 14985 |
| |
14987 | 14986 |
| |
14988 | 14987 |
| |
14989 |
| - | |
14990 |
| - | |
| 14988 | + | |
14991 | 14989 |
| |
14992 | 14990 |
| |
14993 | 14991 |
| |
| |||
16503 | 16501 |
| |
16504 | 16502 |
| |
16505 | 16503 |
| |
| 16504 | + | |
| 16505 | + | |
| 16506 | + | |
| 16507 | + | |
| 16508 | + | |
| 16509 | + | |
| 16510 | + | |
| 16511 | + | |
| 16512 | + | |
| 16513 | + | |
| 16514 | + | |
| 16515 | + | |
| 16516 | + | |
| 16517 | + | |
| 16518 | + | |
| 16519 | + | |
| 16520 | + | |
| 16521 | + | |
| 16522 | + | |
| 16523 | + | |
| 16524 | + | |
| 16525 | + | |
| 16526 | + | |
| 16527 | + | |
16506 | 16528 |
| |
16507 |
| - | |
| 16529 | + | |
16508 | 16530 |
| |
16509 |
| - | |
| 16531 | + | |
16510 | 16532 |
| |
16511 | 16533 |
| |
16512 | 16534 |
| |
16513 | 16535 |
| |
16514 | 16536 |
| |
16515 | 16537 |
| |
16516 | 16538 |
| |
16517 |
| - | |
16518 |
| - | |
16519 |
| - | |
16520 |
| - | |
16521 |
| - | |
16522 | 16539 |
| |
16523 | 16540 |
| |
16524 | 16541 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
116 | 116 |
| |
117 | 117 |
| |
118 | 118 |
| |
119 |
| - | |
120 | 119 |
| |
121 | 120 |
|
0 commit comments
Comments
(0)