Convert Assert checking for empty page into a regular test and elog.
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/access/heap/hio.c | modified | +10 −3 |