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

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

Commit: a2dca8e9e3deaf8812e5c38f837fc3fa2162d7cf
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-01-06T00:16:09Z
Releases: 8.0.6
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