forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdef5b06
committed
Initial pgindent and pgperltidy run for v14.
Also "make reformat-dat-files".The only change worthy of note is that pgindent messed up the formattingof launcher.c's struct LogicalRepWorkerId, which led me to notice thatthat struct wasn't used at all anymore, so I just took it out.1 parente6ccd1c commitdef5b06
File tree
230 files changed
+2415
-2132
lines changed- contrib
- amcheck
- t
- old_snapshot
- pg_stat_statements
- postgres_fdw
- src
- backend
- access
- brin
- common
- gist
- heap
- index
- nbtree
- transam
- bootstrap
- catalog
- commands
- executor
- jit/llvm
- libpq
- optimizer
- plan
- prep
- util
- parser
- partitioning
- port
- postmaster
- replication
- logical
- statistics
- storage
- buffer
- file
- ipc
- lmgr
- page
- sync
- tcop
- utils
- activity
- adt
- cache
- error
- mb/Unicode
- misc
- sort
- time
- bin
- pg_amcheck
- t
- pg_basebackup/t
- pg_dump
- t
- pg_rewind/t
- pg_test_fsync
- pg_upgrade
- pgbench
- t
- psql
- include
- access
- catalog
- commands
- executor
- foreign
- lib
- nodes
- storage
- utils
- interfaces
- ecpg/preproc
- libpq
- port
- test
- authentication/t
- kerberos/t
- modules
- commit_ts/t
- libpq_pipeline/t
- perl
- recovery/t
- regress
- ssl/t
- subscription/t
- tools
- msvc
- pgindent
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
230 files changed
+2415
-2132
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 |
| - | |
55 |
| - | |
| 54 | + | |
56 | 55 |
| |
57 | 56 |
| |
58 | 57 |
| |
|
Lines changed: 25 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
839 | 839 |
| |
840 | 840 |
| |
841 | 841 |
| |
| 842 | + | |
842 | 843 |
| |
843 | 844 |
| |
844 |
| - | |
| 845 | + | |
| 846 | + | |
845 | 847 |
| |
846 | 848 |
| |
847 | 849 |
| |
848 | 850 |
| |
| 851 | + | |
849 | 852 |
| |
850 | 853 |
| |
851 | 854 |
| |
| |||
905 | 908 |
| |
906 | 909 |
| |
907 | 910 |
| |
| 911 | + | |
908 | 912 |
| |
909 | 913 |
| |
910 | 914 |
| |
| |||
913 | 917 |
| |
914 | 918 |
| |
915 | 919 |
| |
| 920 | + | |
916 | 921 |
| |
917 | 922 |
| |
918 |
| - | |
| 923 | + | |
| 924 | + | |
919 | 925 |
| |
920 | 926 |
| |
921 | 927 |
| |
| |||
924 | 930 |
| |
925 | 931 |
| |
926 | 932 |
| |
927 |
| - | |
928 |
| - | |
| 933 | + | |
| 934 | + | |
929 | 935 |
| |
930 | 936 |
| |
931 |
| - | |
932 |
| - | |
| 937 | + | |
| 938 | + | |
933 | 939 |
| |
934 | 940 |
| |
935 | 941 |
| |
| |||
945 | 951 |
| |
946 | 952 |
| |
947 | 953 |
| |
948 |
| - | |
949 |
| - | |
950 |
| - | |
951 |
| - | |
| 954 | + | |
| 955 | + | |
| 956 | + | |
| 957 | + | |
| 958 | + | |
952 | 959 |
| |
953 | 960 |
| |
954 | 961 |
| |
955 | 962 |
| |
956 | 963 |
| |
957 | 964 |
| |
958 |
| - | |
959 |
| - | |
| 965 | + | |
| 966 | + | |
960 | 967 |
| |
961 | 968 |
| |
962 | 969 |
| |
| |||
1066 | 1073 |
| |
1067 | 1074 |
| |
1068 | 1075 |
| |
1069 |
| - | |
| 1076 | + | |
1070 | 1077 |
| |
1071 | 1078 |
| |
| 1079 | + | |
1072 | 1080 |
| |
1073 | 1081 |
| |
1074 | 1082 |
| |
| |||
1127 | 1135 |
| |
1128 | 1136 |
| |
1129 | 1137 |
| |
| 1138 | + | |
1130 | 1139 |
| |
1131 | 1140 |
| |
1132 | 1141 |
| |
1133 | 1142 |
| |
1134 | 1143 |
| |
1135 |
| - | |
| 1144 | + | |
1136 | 1145 |
| |
1137 | 1146 |
| |
1138 | 1147 |
| |
| 1148 | + | |
1139 | 1149 |
| |
1140 | 1150 |
| |
1141 | 1151 |
| |
| |||
1248 | 1258 |
| |
1249 | 1259 |
| |
1250 | 1260 |
| |
| 1261 | + | |
1251 | 1262 |
| |
1252 | 1263 |
| |
1253 | 1264 |
| |
|
Lines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
536 | 536 |
| |
537 | 537 |
| |
538 | 538 |
| |
539 |
| - | |
| 539 | + | |
540 | 540 |
| |
541 | 541 |
| |
542 | 542 |
| |
| |||
722 | 722 |
| |
723 | 723 |
| |
724 | 724 |
| |
725 |
| - | |
| 725 | + | |
726 | 726 |
| |
727 | 727 |
| |
728 | 728 |
| |
| |||
918 | 918 |
| |
919 | 919 |
| |
920 | 920 |
| |
921 |
| - | |
| 921 | + | |
922 | 922 |
| |
923 | 923 |
| |
924 | 924 |
| |
| |||
980 | 980 |
| |
981 | 981 |
| |
982 | 982 |
| |
983 |
| - | |
| 983 | + | |
984 | 984 |
| |
985 | 985 |
| |
986 | 986 |
| |
| |||
1599 | 1599 |
| |
1600 | 1600 |
| |
1601 | 1601 |
| |
1602 |
| - | |
| 1602 | + | |
1603 | 1603 |
| |
1604 | 1604 |
| |
1605 | 1605 |
| |
| |||
1729 | 1729 |
| |
1730 | 1730 |
| |
1731 | 1731 |
| |
1732 |
| - | |
1733 |
| - | |
| 1732 | + | |
| 1733 | + | |
1734 | 1734 |
| |
1735 | 1735 |
| |
1736 | 1736 |
| |
| |||
2278 | 2278 |
| |
2279 | 2279 |
| |
2280 | 2280 |
| |
2281 |
| - | |
| 2281 | + | |
2282 | 2282 |
| |
2283 | 2283 |
| |
2284 | 2284 |
| |
|
Lines changed: 15 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
| |||
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
130 |
| - | |
131 |
| - | |
132 |
| - | |
133 |
| - | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
134 | 134 |
| |
135 | 135 |
| |
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
139 |
| - | |
140 |
| - | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
141 | 142 |
| |
142 | 143 |
| |
143 | 144 |
| |
144 | 145 |
| |
145 | 146 |
| |
146 |
| - | |
147 |
| - | |
| 147 | + | |
| 148 | + | |
148 | 149 |
| |
149 | 150 |
| |
150 | 151 |
| |
|
Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1074 | 1074 |
| |
1075 | 1075 |
| |
1076 | 1076 |
| |
1077 |
| - | |
1078 |
| - | |
1079 |
| - | |
| 1077 | + | |
| 1078 | + | |
| 1079 | + | |
| 1080 | + | |
1080 | 1081 |
| |
1081 | 1082 |
| |
1082 | 1083 |
| |
|
Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1779 | 1779 |
| |
1780 | 1780 |
| |
1781 | 1781 |
| |
1782 |
| - | |
| 1782 | + | |
| 1783 | + | |
1783 | 1784 |
| |
1784 | 1785 |
| |
1785 | 1786 |
| |
| |||
1790 | 1791 |
| |
1791 | 1792 |
| |
1792 | 1793 |
| |
1793 |
| - | |
1794 |
| - | |
| 1794 | + | |
| 1795 | + | |
1795 | 1796 |
| |
1796 | 1797 |
| |
1797 | 1798 |
| |
|
0 commit comments
Comments
(0)