pgsql: Add columns boot_val and reset_val to the pg_settings view, to

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add columns boot_val and reset_val to the pg_settings view, to
Date: 2008-10-06 13:05:40
Message-ID: 20081006130540.6157E7545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add columns boot_val and reset_val to the pg_settings view, to expose
the value a parameter has at server start and will have after RESET,
respectively.

Greg Smith, with some modifications by me.

Modified Files:
--------------
pgsql/doc/src/sgml:
catalogs.sgml (r2.176 -> r2.177)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/catalogs.sgml?r1=2.176&r2=2.177)
pgsql/src/backend/utils/misc:
guc.c (r1.474 -> r1.475)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.474&r2=1.475)
pgsql/src/include/catalog:
catversion.h (r1.493 -> r1.494)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/catversion.h?r1=1.493&r2=1.494)
pg_proc.h (r1.517 -> r1.518)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_proc.h?r1=1.517&r2=1.518)
pgsql/src/test/regress/expected:
rules.out (r1.142 -> r1.143)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/rules.out?r1=1.142&r2=1.143)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-10-06 13:59:37 pgsql: Editorial improvements to description of pg_settings view.
Previous Message Tom Lane 2008-10-06 12:02:35 Re: pgsql: Add relation fork support to pg_relation_size() function.