Convert Assert checking for empty page into a regular test and elog.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 6 Jan 2006 00:15:50 +0000 (00:15 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 6 Jan 2006 00:15:50 +0000 (00:15 +0000)
commit2d0475e4803ec61bf79e73ef0b4e5753b83f0218
treee3f4bbb6b6a846aa85f7c1a2e635b80c47286666
parent304160c3e270e6db75e109c149799d09b6f1461b
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.
src/backend/access/heap/hio.c