Re: Pgoutput not capturing the generated columns - Mailing list pgsql-hackers

From Peter Smith
Subject Re: Pgoutput not capturing the generated columns
Date
Msg-id CAHut+PtY75m1X2DZ3VTbCRnwSiLuuc=i0gUzoX9bODVJ_ia0_w@mail.gmail.com
Whole thread Raw
In response to Re: Pgoutput not capturing the generated columns  (Amit Kapila <amit.kapila16@gmail.com>)
List pgsql-hackers
On Thu, Jan 23, 2025 at 1:00 AM vignesh C <vignesh21@gmail.com> wrote:
>
> On Wed, 22 Jan 2025 at 16:22, Amit Kapila <amit.kapila16@gmail.com> wrote:
> >
> > On Tue, Jan 21, 2025 at 1:58 PM vignesh C <vignesh21@gmail.com> wrote:
> > >
> >
> > I have pushed the 0001 patch. I don't think 0002 and 0003 need to be
> > committed separately. So, combine them in 0004 and post a new version.
>
> Thanks for pushing this, here is an updated patch which merges 0002
> and 0003 along with 0004 patch.
>

FYI, the v55-0001 merge seems broken.

git apply ../patches_misc/v55-0001-Change-publish_generated_columns-option-to-use-e.patch
error: patch failed: doc/src/sgml/catalogs.sgml:6396
error: doc/src/sgml/catalogs.sgml: patch does not apply

======
Kind Regards,
Peter Smith.
Fujitsu Australia



pgsql-hackers by date:

Previous
From: Masahiko Sawada
Date:
Subject: Re: POC: enable logical decoding when wal_level = 'replica' without a server restart
Next
From: "Anton A. Melnikov"
Date:
Subject: Re: Change GUC hashtable to use simplehash?