forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0245f8d
committed
Pre-beta mechanical code beautification.
Run pgindent, pgperltidy, and reformat-dat-files.This set of diffs is a bit larger than typical. We've updated topg_bsd_indent 2.1.2, which properly indents variable declarations thathave multi-line initialization expressions (the continuation lines arenow indented one tab stop). We've also updated to perltidy version20230309 and changed some of its settings, which reduces its desire toadd whitespace to lines to make assignments etc. line up. Goingforward, that should make for fewer random-seeming changes to existingcode.Discussion:https://postgr.es/m/20230428092545.qfb3y5wcu4cm75ur@alvherre.pgsql1 parentdf6b19f commit0245f8d
File tree
402 files changed
+4754
-4425
lines changed- contrib
- amcheck
- t
- auto_explain/t
- basebackup_to_shell/t
- basic_archive
- dblink
- intarray/bench
- ltree
- pg_prewarm/t
- pg_walinspect
- postgres_fdw
- seg
- test_decoding
- t
- doc/src/sgml
- src
- backend
- access
- brin
- common
- gist
- hash
- heap
- nbtree
- rmgrdesc
- spgist
- table
- transam
- backup
- catalog
- commands
- executor
- jit/llvm
- libpq
- nodes
- optimizer
- path
- util
- parser
- partitioning
- postmaster
- regex
- replication
- libpqwalreceiver
- logical
- pgoutput
- rewrite
- snowball
- statistics
- storage
- buffer
- file
- ipc
- lmgr
- smgr
- tsearch
- utils
- activity
- adt
- cache
- fmgr
- init
- mb/Unicode
- misc
- mmgr
- resowner
- sort
- time
- bin
- initdb
- t
- pg_amcheck/t
- pg_archivecleanup/t
- pg_basebackup
- t
- pg_checksums/t
- pg_controldata/t
- pg_ctl/t
- pg_dump
- t
- pg_resetwal/t
- pg_rewind/t
- pg_test_fsync
- pg_upgrade
- t
- pg_verifybackup/t
- pg_waldump/t
- pgbench
- t
- psql
- t
- scripts
- t
- common/unicode
- fe_utils
- include
- access
- catalog
- executor
- fe_utils
- nodes
- port
- replication
- storage
- utils
- interfaces
- ecpg
- ecpglib
- include
- pgtypeslib
- preproc
- libpq
- t
- pl/plperl
- port
- test
- authentication/t
- icu/t
- kerberos/t
- ldap
- t
- modules
- commit_ts/t
- ldap_password_func/t
- libpq_pipeline
- t
- ssl_passphrase_callback/t
- test_custom_rmgrs
- t
- test_ddl_deparse
- test_misc/t
- test_pg_dump/t
- perl/PostgreSQL
- Test
- recovery/t
- regress
- ssl/t
- SSL
- Backend
- subscription/t
- timezone
- tools
- ci
- msvc
- dummylib
- Win32
- Win32API
- pg_bsd_indent/t
- pginclude
- pgindent
- tutorial
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
402 files changed
+4754
-4425
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
84 |
| - | |
| 84 | + | |
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
| |||
267 | 267 |
| |
268 | 268 |
| |
269 | 269 |
| |
270 |
| - | |
| 270 | + | |
271 | 271 |
| |
272 | 272 |
| |
273 | 273 |
| |
|
Lines changed: 14 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
| 41 | + | |
| 42 | + | |
42 | 43 |
| |
43 | 44 |
| |
44 | 45 |
| |
45 | 46 |
| |
46 | 47 |
| |
47 | 48 |
| |
48 |
| - | |
| 49 | + | |
| 50 | + | |
49 | 51 |
| |
50 | 52 |
| |
51 | 53 |
| |
52 | 54 |
| |
53 |
| - | |
| 55 | + | |
| 56 | + | |
54 | 57 |
| |
55 | 58 |
| |
56 | 59 |
| |
57 |
| - | |
| 60 | + | |
| 61 | + | |
58 | 62 |
| |
59 | 63 |
| |
60 | 64 |
| |
61 | 65 |
| |
62 | 66 |
| |
63 | 67 |
| |
64 |
| - | |
| 68 | + | |
| 69 | + | |
65 | 70 |
| |
66 | 71 |
| |
67 | 72 |
| |
68 | 73 |
| |
69 | 74 |
| |
70 | 75 |
| |
71 | 76 |
| |
72 |
| - | |
| 77 | + | |
| 78 | + | |
73 | 79 |
| |
74 | 80 |
| |
75 | 81 |
| |
| |||
97 | 103 |
| |
98 | 104 |
| |
99 | 105 |
| |
100 |
| - | |
| 106 | + | |
| 107 | + | |
101 | 108 |
| |
102 | 109 |
| |
103 | 110 |
| |
|
Lines changed: 17 additions & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
407 | 407 |
| |
408 | 408 |
| |
409 | 409 |
| |
410 |
| - | |
| 410 | + | |
411 | 411 |
| |
412 | 412 |
| |
413 | 413 |
| |
| |||
444 | 444 |
| |
445 | 445 |
| |
446 | 446 |
| |
447 |
| - | |
| 447 | + | |
448 | 448 |
| |
449 | 449 |
| |
450 | 450 |
| |
| |||
484 | 484 |
| |
485 | 485 |
| |
486 | 486 |
| |
487 |
| - | |
488 |
| - | |
489 |
| - | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
490 | 490 |
| |
491 | 491 |
| |
492 | 492 |
| |
| |||
610 | 610 |
| |
611 | 611 |
| |
612 | 612 |
| |
613 |
| - | |
614 |
| - | |
| 613 | + | |
| 614 | + | |
615 | 615 |
| |
616 | 616 |
| |
617 | 617 |
| |
| |||
642 | 642 |
| |
643 | 643 |
| |
644 | 644 |
| |
645 |
| - | |
646 |
| - | |
| 645 | + | |
| 646 | + | |
647 | 647 |
| |
648 | 648 |
| |
649 | 649 |
| |
| |||
667 | 667 |
| |
668 | 668 |
| |
669 | 669 |
| |
670 |
| - | |
671 |
| - | |
| 670 | + | |
| 671 | + | |
672 | 672 |
| |
673 | 673 |
| |
674 | 674 |
| |
| |||
721 | 721 |
| |
722 | 722 |
| |
723 | 723 |
| |
724 |
| - | |
725 |
| - | |
| 724 | + | |
| 725 | + | |
726 | 726 |
| |
727 | 727 |
| |
728 | 728 |
| |
| |||
1025 | 1025 |
| |
1026 | 1026 |
| |
1027 | 1027 |
| |
1028 |
| - | |
| 1028 | + | |
1029 | 1029 |
| |
1030 | 1030 |
| |
1031 | 1031 |
| |
| |||
1837 | 1837 |
| |
1838 | 1838 |
| |
1839 | 1839 |
| |
1840 |
| - | |
| 1840 | + | |
1841 | 1841 |
| |
1842 | 1842 |
| |
1843 | 1843 |
| |
| |||
1897 | 1897 |
| |
1898 | 1898 |
| |
1899 | 1899 |
| |
1900 |
| - | |
1901 |
| - | |
| 1900 | + | |
| 1901 | + | |
1902 | 1902 |
| |
1903 | 1903 |
| |
1904 | 1904 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| |||
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
116 |
| - | |
| 116 | + | |
117 | 117 |
| |
118 | 118 |
| |
119 | 119 |
| |
| |||
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
130 |
| - | |
| 130 | + | |
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
53 |
| - | |
| 53 | + | |
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
407 | 407 |
| |
408 | 408 |
| |
409 | 409 |
| |
410 |
| - | |
411 |
| - | |
| 410 | + | |
| 411 | + | |
412 | 412 |
| |
413 | 413 |
| |
414 | 414 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1287 | 1287 |
| |
1288 | 1288 |
| |
1289 | 1289 |
| |
1290 |
| - | |
| 1290 | + | |
1291 | 1291 |
| |
1292 | 1292 |
| |
1293 | 1293 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
86 |
| - | |
| 86 | + | |
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
| |||
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
103 |
| - | |
| 103 | + | |
104 | 104 |
| |
105 |
| - | |
| 105 | + | |
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 |
| - | |
| 46 | + | |
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
175 | 175 |
| |
176 | 176 |
| |
177 | 177 |
| |
178 |
| - | |
| 178 | + | |
179 | 179 |
| |
180 | 180 |
| |
181 | 181 |
| |
| |||
584 | 584 |
| |
585 | 585 |
| |
586 | 586 |
| |
587 |
| - | |
| 587 | + | |
588 | 588 |
| |
589 | 589 |
| |
590 | 590 |
| |
| |||
745 | 745 |
| |
746 | 746 |
| |
747 | 747 |
| |
748 |
| - | |
| 748 | + | |
749 | 749 |
| |
750 | 750 |
| |
751 | 751 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
186 | 186 |
| |
187 | 187 |
| |
188 | 188 |
| |
189 |
| - | |
190 |
| - | |
| 189 | + | |
| 190 | + | |
191 | 191 |
| |
192 | 192 |
| |
193 | 193 |
| |
| |||
408 | 408 |
| |
409 | 409 |
| |
410 | 410 |
| |
411 |
| - | |
| 411 | + | |
412 | 412 |
| |
413 | 413 |
| |
414 | 414 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
252 | 252 |
| |
253 | 253 |
| |
254 | 254 |
| |
255 |
| - | |
256 |
| - | |
| 255 | + | |
| 256 | + | |
257 | 257 |
| |
258 | 258 |
| |
259 | 259 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
64 |
| - | |
| 64 | + | |
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
|
0 commit comments
Comments
(0)