pgsql: Change a few remaining calls of XLogArchivingActive() to use - Mailing list pgsql-committers

From heikki@postgresql.org (Heikki Linnakangas)
Subject pgsql: Change a few remaining calls of XLogArchivingActive() to use
Date
Msg-id 20100128073142.654617541B9@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: joe@postgresql.org (Joe Conway)
Date:
Subject: pgsql: Introduce two new libpq connection functions, PQconnectdbParams
Next
From: sriggs@postgresql.org (Simon Riggs)
Date:
Subject: pgsql: Use malloc() in GetLockConflicts() when called InHotStandby to