Re: Fail hard if xlogreader.c fails on out-of-memory

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Noah Misch <noah(at)leadboat(dot)com>
Cc: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Fail hard if xlogreader.c fails on out-of-memory
Date: 2023-10-03 06:39:40
Message-ID: ZRu3LPJ7NLHzfae8@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Sep 28, 2023 at 09:36:37AM +0900, Michael Paquier wrote:
> If none, I propose to apply the patch to switch to palloc() instead of
> palloc_extended(NO_OOM) in this code around the beginning of next
> week, down to 12.

Done down to 12 as of 6b18b3fe2c2f, then.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message vignesh C 2023-10-03 06:42:35 Re: Invalidate the subscription worker in cases where a user loses their superuser status
Previous Message Maciek Sakrejda 2023-10-03 06:34:29 Re: Differences between = ANY and IN?