pgsql/src/backend main/main.c postmaster/pgsta ...

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend main/main.c postmaster/pgsta ...
Date: 2001-10-22 19:41:38
Message-ID: 200110221941.f9MJfcx84822@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 01/10/22 15:41:38

Modified files:
src/backend/main: main.c
src/backend/postmaster: pgstat.c postmaster.c
src/backend/utils/misc: ps_status.c

Log message:
Further cleanup of ps_status setup code. On platforms where the
environment strings need to be moved around, do so when called from
initial startup (main.c), not in init_ps_status. This eliminates the
former risk of invalidating saved environment-string pointers, since
no code has yet had a chance to grab any such pointers when main.c
is running.

Browse pgsql-committers by date

  From Date Subject
Next Message tgl 2001-10-22 19:52:41 pgsql/src/test/regress/expected horology-no-DS ...
Previous Message tgl 2001-10-22 19:34:13 pgsql/src/backend/catalog pg_operator.c