Re: add missing errdetail for xlogreader allocation failure error

From: Julien Rouhaud <rjuju123(at)gmail(dot)com>
To: Daniel Gustafsson <daniel(at)yesql(dot)se>
Cc: Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: add missing errdetail for xlogreader allocation failure error
Date: 2021-11-22 12:01:08
Message-ID: CAOBaU_YZ7ugeEbd-O83hKKjEv7UyXtwB5W-WB5u7SByRsKy4pw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Le lun. 22 nov. 2021 à 19:58, Daniel Gustafsson <daniel(at)yesql(dot)se> a écrit :

> > On 19 Nov 2021, at 04:59, Bharath Rupireddy <
> bharath(dot)rupireddyforpostgres(at)gmail(dot)com> wrote:
>
> > It seems like some of the XLogReaderAllocate failure check errors are
> > not having errdetail "Failed while allocating a WAL reading
> > processor." but just the errmsg "out of memory". The "out of memory"
> > message without the errdetail is too generic and let's add it for
> > consistency and readability of the message in the server logs.
> >
> > Here's a tiny patch. Thoughts?
>
> No objections. There are quite a few more "out of memory" errors without
> errdetail but that doesn't mean we can't move the needle with these.
>

+1, it's often annoying to find out which code path actually raised that
error so this would be quite handy.

>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexander Kuzmenkov 2021-11-22 12:44:37 Re: [RFC] ASOF Join
Previous Message Daniel Gustafsson 2021-11-22 11:58:36 Re: add missing errdetail for xlogreader allocation failure error