Convert Assert checking for empty page into a regular test and elog.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 9395f4911ae577aed180667e26fcba05ec699cad
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-01-06T00:15:58Z
Releases: 8.1.2
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.

Files

PathChange+/−
src/backend/access/heap/hio.c modified +10 −3