Re: Reducing the log spam
Jelte Fennema-Nio <postgres@jeltef.nl>
From: Jelte Fennema-Nio <postgres@jeltef.nl>
To: Laurenz Albe <laurenz.albe@cybertec.at>
Cc: Isaac Morland <isaac.morland@gmail.com>,
pgsql-hackers@lists.postgresql.org
Date: 2024-03-11T08:33:48Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
plpgsql: make WHEN OTHERS distinct from WHEN SQLSTATE '00000'.
- 58fdca2204de 18.0 cited
- the subscriber's server log. + the subscriber's server log if you remove <literal>23505</literal> from + <xref linkend="guc-log-suppress-errcodes"/>. This seems like a pretty big regression. Being able to know why your replication got closed seems pretty critical. On Mon, 11 Mar 2024 at 03:44, Laurenz Albe <laurenz.albe@cybertec.at> wrote: > > On Sat, 2024-03-09 at 14:03 +0100, Laurenz Albe wrote: > > Here is a patch that implements this. > > And here is patch v2 that fixes a bug and passes the regression tests. > > Yours, > Laurenz Albe