postgresql/src/backend/postmaster
Peter Eisentraut bce18ef3c6 Fix incorrect const qualifier
Commit 7202d72787 added in passing some const qualifiers, but the one
on the postmaster_child_launch() startup_data argument was incorrect,
because the function itself modifies the pointed-to data.  This is
hidden from the compiler because of casts.  The qualifiers on the
functions called by postmaster_child_launch() are still correct.
2025-09-16 07:27:32 +02:00
..
autovacuum.c Avoid including commands/dbcommands.h in so many places 2025-08-28 12:39:04 +02:00
auxprocess.c Fix a few oversights in the longer cancel keys patch 2025-04-09 13:11:42 +03:00
bgworker.c Fix background worker not restarting after crash-and-restart cycle. 2025-07-25 18:38:36 +09:00
bgwriter.c aio: Basic subsystem initialization 2025-03-17 18:51:33 -04:00
checkpointer.c Fix checkpointer shared memory allocation 2025-08-07 14:29:02 +03:00
fork_process.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
interrupt.c Revert function to get memory context stats for processes 2025-05-23 15:44:54 +02:00
launch_backend.c Fix incorrect const qualifier 2025-09-16 07:27:32 +02:00
Makefile Assign a child slot to every postmaster child process 2024-11-14 16:12:28 +02:00
meson.build Update copyright for 2025 2025-01-01 11:21:55 -05:00
pgarch.c Make more use of binaryheap_empty() and binaryheap_size(). 2025-07-01 14:19:07 -05:00
pmchild.c Silence Valgrind leakage complaints in more-or-less-hackish ways. 2025-08-02 21:59:46 -04:00
postmaster.c Disallow server start with sync_replication_slots = on and wal_level < logical. 2025-08-21 22:18:11 +09:00
startup.c Revert function to get memory context stats for processes 2025-05-23 15:44:54 +02:00
syslogger.c backend launchers void * arguments for binary data 2025-02-21 08:03:33 +01:00
walsummarizer.c Use LW_SHARED in walsummarizer.c for WALSummarizerLock lock where possible. 2025-08-28 17:06:42 -07:00
walwriter.c aio: Basic subsystem initialization 2025-03-17 18:51:33 -04:00