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

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

From
heikki@postgresql.org (Heikki Linnakangas)
Date:
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)