Re: relation OID in ReorderBufferToastReplace error message

Jeremy Schneider <schnjere@amazon.com>

From: Jeremy Schneider <schnjere@amazon.com>
To: Amit Kapila <amit.kapila16@gmail.com>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2021-09-22T21:36:53Z
Lists: pgsql-hackers
On 9/21/21 20:58, Amit Kapila wrote:
> On 9/20/21 22:14, Amit Kapila wrote:
>>> Attached please find the patch which just modifies the current error
>>> message as proposed by you. I am planning to commit it in a day or two
>>> unless there are comments or any other suggestions.
>>>
> Pushed.

Any chance of back-patching this? That would get it much sooner into the
particular PG system whose encounter with a logical replication bug
inspired it.

-Jeremy


-- 
Jeremy Schneider
Database Engineer
Amazon Web Services

Commits

  1. Back-patch "Add parent table name in an error in reorderbuffer.c."

  2. Add parent table name in an error in reorderbuffer.c.

  3. Fix reorder buffer memory accounting for toast changes.

  4. Add logical change details to logical replication worker errcontext.

  5. Fix toast rewrites in logical decoding.

  6. Add error codes to some corruption log messages