From: | Rishu Bagga <rishu(dot)postgres(at)gmail(dot)com> |
---|---|
To: | Matheus Alcantara <matheusssilv97(at)gmail(dot)com> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Joel Jacobson <joel(at)compiler(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, "nik(at)postgres(dot)ai" <nik(at)postgres(dot)ai> |
Subject: | Re: Proposal: Out-of-Order NOTIFY via GUC to Improve LISTEN/NOTIFY Throughput |
Date: | 2025-09-09 22:49:34 |
Message-ID: | CAK80=jiyOUGqQxn77CKQbYDRtYMWAB27RS-DF2A8OL59Db0Cqg@mail.gmail.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Tue, Sep 9, 2025 at 3:34 PM Matheus Alcantara
<matheusssilv97(at)gmail(dot)com> wrote:
>
> On Mon Sep 8, 2025 at 9:08 PM -03, Rishu Bagga wrote:
> > Hi Joel, Arseniy, Matheus, thanks for taking a look. I’ve attached an
> > updated patch and rebased on the latest commits that fixes the
> > correctness issues.
> >
> I think that your latest patch miss to include of asyncdesc.c file. I'm
> getting a compile error:
>
> src/backend/access/rmgrdesc/meson.build:4:20: ERROR: File asyncdesc.c does not exist.
>
> --
> Matheus Alcantara
Sorry about that, added the asyncdesc.c file in the attached patch.
Attachment | Content-Type | Size |
---|---|---|
notify-through-wal-v3.patch | application/octet-stream | 44.6 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | David Rowley | 2025-09-09 22:57:41 | Re: Query Performance Degradation Due to Partition Scan Order – PostgreSQL v17.6 |
Previous Message | David Rowley | 2025-09-09 22:46:08 | Re: Query Performance Degradation Due to Partition Scan Order – PostgreSQL v17.6 |