mirror of
https://github.com/postgres/postgres.git
synced 2026-04-09 11:06:21 -04:00
To add a new built-in subsystem, add it to subsystemslist.h. That hooks up its shmem callbacks so that they get called at the right times during postmaster startup. For now this is unused, but will replace the current SubsystemShmemSize() and SubsystemShmemInit() calls in the next commits. Reviewed-by: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com> Reviewed-by: Matthias van de Meent <boekewurm+postgres@gmail.com> Reviewed-by: Daniel Gustafsson <daniel@yesql.se> Discussion: https://www.postgresql.org/message-id/CAExHW5vM1bneLYfg0wGeAa=52UiJ3z4vKd3AJ72X8Fw6k3KKrg@mail.gmail.com |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| bootparse.y | ||
| bootscanner.l | ||
| bootstrap.c | ||
| Makefile | ||
| meson.build | ||