Re: [HACKERS] Fix Error Message for allocate_recordbuf() Failure

2016-07-12 Thread Shoaib Lari
r in log record size calculation logic. The actual allocation that failed was for 5 * Max(BLCKSZ, XLOG_BLCKSZ), a much larger allocation. Shoaib On Sun, Jul 10, 2016 at 10:58 PM, Craig Ringer wrote: > > > On 11 July 2016 at 12:04, Michael Paquier > wrote: > >> On Sat, J

[HACKERS] Fix Error Message for allocate_recordbuf() Failure

2016-07-08 Thread Shoaib Lari
at were being allocated. - If your patch addresses a Todo <https://wiki.postgresql.org/wiki/Todo> item, please give the name of the Todo item in your email. This is so that the reviewers will know that the item needs to be marked as done if your patch is applied.: Non