pgsql/src/backend/tcop (postgres.c) - Mailing list pgsql-committers

From Peter Eisentraut - PostgreSQL
Subject pgsql/src/backend/tcop (postgres.c)
Date
Msg-id 200006222231.e5MMVLZ73911@hub.org
Whole thread Raw
List pgsql-committers
  Date: Thursday, June 22, 2000 @ 18:31:21
Author: petere

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/tcop
     from hub.org:/home/projects/pgsql/tmp/cvs-serv71892/src/backend/tcop

Modified Files:
    postgres.c

-----------------------------  Log Message  -----------------------------

Second pass over run-time configuration system. Adjust priorities on some
option settings. Sort out SIGHUP vs BACKEND -- there is no total ordering
here, so make explicit checks. Add comments explaining all of this.
Removed permissions check on SHOW command.

Add examine_subclass to the game, rename to SQL_inheritance to fit the
official data model better. Adjust documentation.

Standalone backend needs to reset all options before it starts. To
facilitate that, have IsUnderPostmaster be set by the postmaster itself,
don't wait for the magic -p switch.

Also make sure that all environment variables and argv's survive
init_ps_display(). Use strdup where necessary.

Have initdb make configuration files (postgresql.conf, pg_hba.conf) mode
0600 -- having configuration files is no fun if you can't edit them.


pgsql-committers by date:

Previous
From: Peter Eisentraut - PostgreSQL
Date:
Subject: pgsql/src/backend/postmaster (postmaster.c)
Next
From: Peter Eisentraut - PostgreSQL
Date:
Subject: pgsql/src/backend/utils/misc (guc.c)