pgsql: Convert Assert checking for empty page into a regular test and - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Convert Assert checking for empty page into a regular test and
Date
Msg-id 20060106001550.6B8019DC804@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Convert Assert checking for empty page into a regular test and elog.
The consequences of overwriting a non-empty page are bad enough that
we should not omit this test in production builds.

Modified Files:
--------------
    pgsql/src/backend/access/heap:
        hio.c (r1.59 -> r1.60)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/heap/hio.c.diff?r1=1.59&r2=1.60)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix ReadBuffer() to correctly handle the case where it's trying
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Convert Assert checking for empty page into a regular test and