postgresql/src/backend/tcop
Tom Lane 39b547f430 Prevent freshly-started backend from ignoring SIGUSR1, per race condition
observed by Inoue.  Also, don't call ProcRemove() from postmaster if we
have detected a backend crash --- too risky if shared memory is corrupted.
It's not needed anyway, considering we are going to reinitialize shared
memory and semaphores as soon as the last child is dead.
2000-12-20 21:51:52 +00:00
..
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
dest.c Make tuple receive/print routines TOAST-aware. Formerly, printtup would 2000-12-01 22:10:31 +00:00
fastpath.c Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
postgres.c Prevent freshly-started backend from ignoring SIGUSR1, per race condition 2000-12-20 21:51:52 +00:00
pquery.c Restructure handling of inheritance queries so that they work with outer 2000-11-12 00:37:02 +00:00
utility.c REINDEX under WAL. 2000-12-08 06:17:58 +00:00