On 08/14/2014 11:22 AM, Michael Paquier wrote:
> 1) Why changing that from ERROR to PANIC?
> /* Caller specified a bogus block_index */
> - elog(ERROR, "failed to restore block_index %d", block_index);
> + elog(PANIC, "failed to restore block_index %d", block_index);
No reason, just a leftover from debugging. Please ignore.
- Heikki