postgresql/src/backend/utils/init
Andres Freund fc3f4453a2 Recompute stack base in forked postmaster children.
This is for the benefit of running postgres under the rr
debugger. When using rr signal handlers running while a syscall is
active use an alternative stack. As e.g. bgworkers are started from
within signal handlers, the forked backend then has a different stack
base than postmaster. Previously that subsequently lead to those
processes triggering spurious "stack depth limit exceeded" errors.

Discussion: https://postgr.es/m/20200327182217.ubrrl32lyfhxfwk5@alap3.anarazel.de
2020-04-05 18:23:30 -07:00
..
Makefile Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
globals.c Make vacuum buffer counters 64 bits wide 2020-02-05 16:59:29 -03:00
miscinit.c Recompute stack base in forked postmaster children. 2020-04-05 18:23:30 -07:00
postinit.c Refactor ps_status.c API 2020-03-11 16:38:31 +01:00