diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2001-10-19 00:44:08 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2001-10-19 00:44:08 +0000 |
commit | eb133197b63edf84b24a529f365902c46bc92e57 (patch) | |
tree | 8b0a6fba0990098a9abc2ab128bd3d4915cb4dc8 /src/interfaces/python/pgmodule.c | |
parent | 9047292725c6c4eb7c1a11fdbf06b4edf8477e75 (diff) | |
download | postgresql-eb133197b63edf84b24a529f365902c46bc92e57.tar.gz postgresql-eb133197b63edf84b24a529f365902c46bc92e57.zip |
Move init_ps_display from postgres.c to postmaster.c, putting it
just after receipt of the startup packet. Now, postmaster children
that are waiting for client authentication response will show as
'postgres: user database host authentication'. Also, do an
init_ps_display for startup/shutdown/checkpoint subprocesses,
so that they are readily identifiable as well. Fix an obscure race
condition that could lead to Assert failure in the postmaster ---
attempting to start a checkpoint process before any connections have
been received led to calling PostmasterRandom before setting random_seed.
Diffstat (limited to 'src/interfaces/python/pgmodule.c')
0 files changed, 0 insertions, 0 deletions