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

From: heikki(at)postgresql(dot)org (Heikki Linnakangas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Put back fast-path for the case that there's no backup blocks in
Date: 2009-01-23 11:19:35
Message-ID: 20090123111935.908747559ED@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2009-01-23 12:43:32 pgsql: Message style review
Previous Message User Itagaki 2009-01-23 02:33:11 reorg - pg_reorg: Fixed a bug reorganizing tables without toast tables.