pgsql: Change a few remaining calls of XLogArchivingActive() to use

From: heikki(at)postgresql(dot)org (Heikki Linnakangas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Change a few remaining calls of XLogArchivingActive() to use
Date: 2010-01-28 07:31:42
Message-ID: 20100128073142.654617541B9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Change a few remaining calls of XLogArchivingActive() to use
XLogIsNeeded() instead, to determine if an otherwise non-logged operation
needs to be logged in WAL for standby servers.

Fujii Masao

Modified Files:
--------------
pgsql/src/backend/commands:
tablecmds.c (r1.318 -> r1.319)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/tablecmds.c?r1=1.318&r2=1.319)
vacuumlazy.c (r1.127 -> r1.128)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/vacuumlazy.c?r1=1.127&r2=1.128)
pgsql/src/include/access:
xlog.h (r1.98 -> r1.99)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/access/xlog.h?r1=1.98&r2=1.99)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2010-01-28 10:05:38 pgsql: Use malloc() in GetLockConflicts() when called InHotStandby to
Previous Message Joe Conway 2010-01-28 06:28:26 pgsql: Introduce two new libpq connection functions, PQconnectdbParams