postgresql/src/backend/postmaster
Andres Freund 01368e5d9d 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.de
2019-11-05 14:41:07 -08:00
..
Makefile Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
autovacuum.c Clean up properly error_context_stack in autovacuum worker on exception 2019-10-23 10:25:06 +09:00
bgworker.c Fix many typos and inconsistencies 2019-07-01 10:00:23 +09:00
bgwriter.c Fix inconsistencies and typos in the tree 2019-07-29 12:28:30 +09:00
checkpointer.c Fix inconsistencies and typos in the tree, take 10 2019-08-13 13:53:41 +09:00
fork_process.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
pgarch.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
pgstat.c Fix thinko when ending progress report for a backend 2019-09-04 15:46:37 +09:00
postmaster.c In the postmaster, rely on the signal infrastructure to block signals. 2019-10-13 15:48:26 -04:00
startup.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
syslogger.c Fix inconsistencies and typos in the tree, take 11 2019-08-19 16:21:39 +09:00
walwriter.c Update copyright for 2019 2019-01-02 12:44:25 -05:00