Commit 01368e5
committed
Split all OBJS style lines in makefiles into one-line-per-entry style.
When maintaining or merging patches, one of the most common sources
for conflicts are the list of objects in makefiles. Especially when
the split across lines has been changed on both sides, which is
somewhat common due to attempting to stay below 80 columns, those
conflicts are unnecessarily laborious to resolve.
By splitting, and alphabetically sorting, OBJS style lines into one
object per line, conflicts should be less frequent, and easier to
resolve when they still occur.
Author: Andres Freund
Discussion: https://postgr.es/m/20191029200901.vww4idgcxv74cwes@alap3.anarazel.de1 parent 66c61c8 commit 01368e5
File tree
147 files changed
+1271
-302
lines changed- contrib
- adminpack
- amcheck
- auto_explain
- bloom
- btree_gin
- btree_gist
- cube
- dblink
- dict_int
- dict_xsyn
- fuzzystrmatch
- hstore_plperl
- hstore_plpython
- hstore
- intarray
- jsonb_plperl
- jsonb_plpython
- ltree_plpython
- ltree
- oid2name
- pageinspect
- passwordcheck
- pg_buffercache
- pg_freespacemap
- pg_prewarm
- pg_standby
- pg_stat_statements
- pg_trgm
- pg_visibility
- pgcrypto
- pgrowlocks
- pgstattuple
- postgres_fdw
- seg
- sepgsql
- sslinfo
- tsm_system_rows
- tsm_system_time
- unaccent
- uuid-ossp
- vacuumlo
- xml2
- src
- backend
- access
- brin
- common
- gin
- gist
- hash
- heap
- index
- nbtree
- rmgrdesc
- spgist
- tablesample
- table
- transam
- bootstrap
- catalog
- commands
- executor
- foreign
- jit
- llvm
- libpq
- lib
- main
- nodes
- optimizer
- geqo
- path
- plan
- prep
- util
- parser
- partitioning
- port
- win32
- postmaster
- regex
- replication
- libpqwalreceiver
- logical
- pgoutput
- rewrite
- snowball
- statistics
- storage
- buffer
- file
- freespace
- ipc
- large_object
- lmgr
- page
- smgr
- sync
- tcop
- tsearch
- utils
- adt
- cache
- error
- fmgr
- hash
- init
- mb
- misc
- mmgr
- resowner
- sort
- time
- bin
- initdb
- pg_archivecleanup
- pg_basebackup
- pg_checksums
- pg_config
- pg_controldata
- pg_ctl
- pg_dump
- pg_resetwal
- pg_rewind
- pg_test_fsync
- pg_test_timing
- pg_upgrade
- pg_waldump
- pgbench
- pgevent
- psql
- common
- fe_utils
- interfaces
- ecpg
- compatlib
- ecpglib
- pgtypeslib
- preproc
- libpq
- pl
- plpgsql/src
- tcl
- port
- test
- isolation
- modules
- test_bloomfilter
- test_ginpostinglist
- test_integerset
- test_parser
- test_predtest
- test_rbtree
- test_rls_hooks
- test_shm_mq
- timezone
- tools
- findoidjoins
- ifaddrs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
147 files changed
+1271
-302
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
5 | 12 | | |
6 | 13 | | |
7 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
11 | 30 | | |
12 | 31 | | |
13 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
0 commit comments