postgresql/src/backend/postmaster
Alvaro Herrera 31ae1638ce Simplify autovacuum work-item implementation
The initial implementation of autovacuum work-items used a dynamic
shared memory area (DSA).  However, it's argued that dynamic shared
memory is not portable enough, so we cannot rely on it being supported
everywhere; at the same time, autovacuum work-items are now a critical
part of the server, so it's not acceptable that they don't work in the
cases where dynamic shared memory is disabled.  Therefore, let's fall
back to a simpler implementation of work-items that just uses
autovacuum's main shared memory segment for storage.

Discussion: https://postgr.es/m/CA+TgmobQVbz4K_+RSmiM9HeRKpy3vS5xnbkL95gSEnWijzprKQ@mail.gmail.com
2017-08-15 18:14:07 -03:00
..
autovacuum.c Simplify autovacuum work-item implementation 2017-08-15 18:14:07 -03:00
bgworker.c Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
bgwriter.c Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
checkpointer.c Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
fork_process.c Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
Makefile Allow background workers to be started dynamically. 2013-07-16 13:02:15 -04:00
pgarch.c Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
pgstat.c Fix replication origin-related race conditions 2017-08-08 16:07:46 -04:00
postmaster.c On Windows, retry process creation if we fail to reserve shared memory. 2017-07-10 11:00:09 -04:00
startup.c Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
syslogger.c Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
walwriter.c Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00