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

From [email protected] (Heikki Linnakangas)
Subject pgsql: Change a few remaining calls of XLogArchivingActive() to use
Date
Msg-id [email protected]
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: [email protected] (Joe Conway)
Date:
Subject: pgsql: Introduce two new libpq connection functions, PQconnectdbParams
Next
From: [email protected] (Simon Riggs)
Date:
Subject: pgsql: Use malloc() in GetLockConflicts() when called InHotStandby to