pgsql-server: Tweak md.c logic to cope with the situation where WAL - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql-server: Tweak md.c logic to cope with the situation where WAL
Date
Msg-id 20040830035243.EB6485E3F15@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Tweak md.c logic to cope with the situation where WAL replay tries to
write into a high-numbered segment of a relation that was later deleted.
We need to temporarily recreate missing segment files, instead of
failing.

Modified Files:
--------------
    pgsql-server/src/backend/storage/smgr:
        md.c (r1.111 -> r1.112)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/storage/smgr/md.c.diff?r1=1.111&r2=1.112)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server: Dept.
Next
From: Tom Lane
Date:
Subject: Re: pgsql-server: > Please find enclose a submission to