]> granicus.if.org Git - postgresql/commit
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:58 +0000 (00:15 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 6 Jan 2006 00:15:58 +0000 (00:15 +0000)
commit9395f4911ae577aed180667e26fcba05ec699cad
tree5bbbe50ca66ef693a925ca120496d6e7eabbfa51
parentcf3c9c14c3337c1e411b926c556ab5e0d0143b65
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