postgresql/src/backend/postmaster
Daniel Gustafsson 950d4a2cb1 Fix typos and duplicate words
This fixes various typos, duplicated words, and tiny bits of whitespace
mainly in code comments but also in docs.

Author: Daniel Gustafsson <daniel@yesql.se>
Author: Heikki Linnakangas <hlinnaka@iki.fi>
Author: Alexander Lakhin <exclusion@gmail.com>
Author: David Rowley <dgrowleyml@gmail.com>
Author: Nazir Bilal Yavuz <byavuz81@gmail.com>
Discussion: https://postgr.es/m/3F577953-A29E-4722-98AD-2DA9EFF2CBB8@yesql.se
2024-04-18 21:28:07 +02:00
..
Makefile Move some functions from postmaster.c to a new source file 2024-03-18 11:35:05 +02:00
autovacuum.c Revert: Custom reloptions for table AM 2024-04-11 15:46:35 +03:00
auxprocess.c Refactor postmaster child process launching 2024-03-18 11:35:30 +02:00
bgworker.c Refactor postmaster child process launching 2024-03-18 11:35:30 +02:00
bgwriter.c Refactor postmaster child process launching 2024-03-18 11:35:30 +02:00
checkpointer.c Refactor postmaster child process launching 2024-03-18 11:35:30 +02: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
launch_backend.c Fix typos and duplicate words 2024-04-18 21:28:07 +02:00
meson.build Move some functions from postmaster.c to a new source file 2024-03-18 11:35:05 +02:00
pgarch.c Revert indexed and enlargable binary heap implementation. 2024-04-11 17:18:05 +09:00
postmaster.c Move code for backend startup to separate file 2024-03-18 11:38:10 +02:00
startup.c Refactor postmaster child process launching 2024-03-18 11:35:30 +02:00
syslogger.c Avoid function call overhead of pg_popcount() in syslogger.c. 2024-04-02 10:32:49 -05:00
walsummarizer.c Fix typos and duplicate words 2024-04-18 21:28:07 +02:00
walwriter.c Refactor postmaster child process launching 2024-03-18 11:35:30 +02:00