pgsql: Rename standby_keep_segments to wal_keep_segments.

From: rhaas(at)postgresql(dot)org (Robert Haas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Rename standby_keep_segments to wal_keep_segments.
Date: 2010-04-20 11:15:07
Message-ID: 20100420111507.0DDA87541D0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Rename standby_keep_segments to wal_keep_segments.

Also, make the name of the GUC and the name of the backing variable match.
Alnong the way, clean up a couple of slight typographical errors in the
related docs.

Modified Files:
--------------
pgsql/doc/src/sgml:
config.sgml (r1.268 -> r1.269)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml?r1=1.268&r2=1.269)
high-availability.sgml (r1.60 -> r1.61)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/high-availability.sgml?r1=1.60&r2=1.61)
pgsql/src/backend/access/transam:
xlog.c (r1.400 -> r1.401)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.400&r2=1.401)
pgsql/src/backend/utils/misc:
guc.c (r1.548 -> r1.549)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.548&r2=1.549)
postgresql.conf.sample (r1.283 -> r1.284)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/postgresql.conf.sample?r1=1.283&r2=1.284)
pgsql/src/include/access:
xlog.h (r1.108 -> r1.109)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/access/xlog.h?r1=1.108&r2=1.109)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-04-20 22:55:04 pgsql: Fix code that doesn't work on machines with strict alignment
Previous Message Tom Lane 2010-04-20 01:38:52 pgsql: Move the responsibility for calling StartupXLOG into