]> 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:16:09 +0000 (00:16 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 6 Jan 2006 00:16:09 +0000 (00:16 +0000)
commita2dca8e9e3deaf8812e5c38f837fc3fa2162d7cf
treec043258fae3aba28caea483316ec15aef1832744
parent718d3232af9cee59c7e0a0452cc7d02935c557ea
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