pgsql: Convert Assert checking for empty page into a regular test and

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Convert Assert checking for empty page into a regular test and
Date: 2006-01-06 00:15:58
Message-ID: 20060106001558.093EB9DC955@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
pgsql/src/backend/access/heap:
hio.c (r1.58.2.1 -> r1.58.2.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/heap/hio.c.diff?r1=1.58.2.1&r2=1.58.2.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-01-06 00:16:09 pgsql: Convert Assert checking for empty page into a regular test and
Previous Message Tom Lane 2006-01-06 00:15:50 pgsql: Convert Assert checking for empty page into a regular test and