pgsql: Allow loadable modules to create PGC_POSTMASTER GUC variables,

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow loadable modules to create PGC_POSTMASTER GUC variables,
Date: 2009-01-03 20:03:08
Message-ID: 20090103200308.8FC21754A03@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Allow loadable modules to create PGC_POSTMASTER GUC variables, but only
when loaded via shared_preload_libraries. Needed for support of
pg_stat_statements, or pretty much anything else that wants a GUC to
control size of a shared memory allocation.

Modified Files:
--------------
pgsql/src/backend/utils/init:
miscinit.c (r1.170 -> r1.171)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/init/miscinit.c?r1=1.170&r2=1.171)
pgsql/src/backend/utils/misc:
guc.c (r1.487 -> r1.488)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.487&r2=1.488)
pgsql/src/include:
miscadmin.h (r1.207 -> r1.208)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/miscadmin.h?r1=1.207&r2=1.208)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2009-01-04 00:54:15 pgsql: Allow configure to deal with Python 3.0.
Previous Message Joe Conway 2009-01-03 19:58:10 pgsql: Fix bug per Oleksiy Shchukin - 2nd argument for