Re: Printing backtrace of postgres processes

From: vignesh C <vignesh21(at)gmail(dot)com>
To: Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>
Cc: Daniel Gustafsson <daniel(at)yesql(dot)se>, Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Justin Pryzby <pryzby(at)telsasoft(dot)com>, Greg Stark <stark(at)mit(dot)edu>, torikoshia(at)oss(dot)nttdata(dot)com, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Printing backtrace of postgres processes
Date: 2024-01-26 02:26:02
Message-ID: CALDaNm39jkabq2xWvP5j=+QFUBde=abSm6AdUAgSbj5p8bw41Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, 5 Nov 2023 at 01:49, Bharath Rupireddy
<bharath(dot)rupireddyforpostgres(at)gmail(dot)com> wrote:
>
> On Thu, Jul 20, 2023 at 8:22 PM Daniel Gustafsson <daniel(at)yesql(dot)se> wrote:
> >
> > > On 11 Jan 2023, at 15:44, Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com> wrote:
> > >
> > > On Wed, Nov 30, 2022 at 11:43 AM Bharath Rupireddy
> > > <bharath(dot)rupireddyforpostgres(at)gmail(dot)com> wrote:
> > >>
> > >> I'm attaching the v22 patch set for further review.
> > >
> > > Needed a rebase due to 216a784829c2c5f03ab0c43e009126cbb819e9b2.
> > > Attaching v23 patch set for further review.
> >
> > This thread has stalled for well over 6 months with the patch going from CF to
> > CF. From skimming the thread it seems that a lot of the details have been
> > ironed out with most (all?) objections addressed. Is any committer interested
> > in picking this up? If not we should probably mark it returned with feedback.
>
> Rebase needed due to function oid clash. Picked the new OID with the
> help of src/include/catalog/unused_oids. PSA v24 patch set.

Rebase needed due to changes in parallel_schedule. PSA v25 patch set.

Regards,
Vignesh

Attachment Content-Type Size
v25-0001-Move-sending-multiplexed-SIGUSR1-signal-code-to-.patch text/x-patch 5.6 KB
v25-0002-Add-function-to-log-the-backtrace-of-specified-p.patch text/x-patch 23.8 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Yugo NAGATA 2024-01-26 02:28:29 Small fix on COPY ON_ERROR document
Previous Message vignesh C 2024-01-26 01:59:07 Re: [EXTERNAL] Re: Add non-blocking version of PQcancel