pgsql: Put back fast-path for the case that there's no backup blocks in - Mailing list pgsql-committers

From heikki@postgresql.org (Heikki Linnakangas)
Subject pgsql: Put back fast-path for the case that there's no backup blocks in
Date
Msg-id 20090123111935.908747559ED@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Put back fast-path for the case that there's no backup blocks in
RestoreBkpBlocks. Went missing in my recent refactoring patch, as pointed
out by Simon's hot standby patch.

Modified Files:
--------------
    pgsql/src/backend/access/transam:
        xlog.c (r1.328 -> r1.329)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.328&r2=1.329)

pgsql-committers by date:

Previous
From: itagaki@pgfoundry.org (User Itagaki)
Date:
Subject: reorg - pg_reorg: Fixed a bug reorganizing tables without toast tables.
Next
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Message style review