Re: Log prefix missing for subscriber log messages received from publisher
vignesh C <vignesh21@gmail.com>
From: vignesh C <vignesh21@gmail.com>
To: Álvaro Herrera <alvherre@kurilemu.de>
Cc: Fujii Masao <masao.fujii@oss.nttdata.com>,
Fujii Masao <masao.fujii@gmail.com>, pgsql-hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-07-17T08:05:27Z
Lists: pgsql-hackers
Attachments
- v5-0001-Add-custom-PQsetNoticeReceiver-handlers-for-repli.patch (text/x-patch) patch v5-0001
- v5-0003-Add-custom-PQsetNoticeReceiver-handlers-for-remot.patch (text/x-patch) patch v5-0003
- v5-0002-Add-custom-PQsetNoticeReceiver-handlers-for-remot.patch (text/x-patch) patch v5-0002
On Thu, 17 Jul 2025 at 11:18, Álvaro Herrera <alvherre@kurilemu.de> wrote: > > Hi, > > Shouldn't we be using a notice receiver rather than a notice processor? I saw the following comment in code regarding PQsetNoticeProcessor should be deprecated: /* * The default notice message receiver just gets the standard notice text * and sends it to the notice processor. This two-level setup exists * mostly for backwards compatibility; perhaps we should deprecate use of * PQsetNoticeProcessor? */ So I changed it to PQsetNoticeReceiver. The attached v5 version patch has the changes for the same. Regards, Vignesh
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Remove translation marker from libpq-be-fe-helpers.h.
- a7ca73af662b 19 (unreleased) landed
-
Log remote NOTICE, WARNING, and similar messages using ereport().
- 112faf1378ee 19 (unreleased) landed
-
Remove translation markers from libpq-be-fe-helpers.h
- 213c959a294d 17.0 cited