postgresql/src/backend/postmaster
Peter Eisentraut 97d85be365 Make the order of the header file includes consistent
Similar to commit 7e735035f2.

Author: Richard Guo <guofenglinux@gmail.com>
Reviewed-by: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/CAMbWs4-WhpCFMbXCjtJ%2BFzmjfPrp7Hw1pk4p%2BZpU95Kh3ofZ1A%40mail.gmail.com
2024-03-13 15:07:00 +01:00
..
Makefile Add a new WAL summarizer process. 2023-12-20 08:42:28 -05:00
autovacuum.c Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
auxprocess.c Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
bgworker.c Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
bgwriter.c Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
checkpointer.c Centralize logic for restoring errno in signal handlers. 2024-02-14 16:34:18 -06:00
fork_process.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
interrupt.c Centralize logic for restoring errno in signal handlers. 2024-02-14 16:34:18 -06:00
meson.build Update copyright for 2024 2024-01-03 20:49:05 -05:00
pgarch.c Add macro for customizing an archiving WARNING message. 2024-03-04 15:41:42 -06:00
postmaster.c Move initialization of the Port struct to the child process 2024-03-12 13:42:38 +02:00
startup.c Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
syslogger.c Use printf's %m format instead of strerror(errno) in more places 2024-03-12 10:02:54 +09:00
walsummarizer.c Make the order of the header file includes consistent 2024-03-13 15:07:00 +01:00
walwriter.c Remove some obsolete smgrcloseall() calls. 2024-01-31 11:40:29 +02:00