Re: [BUG] pg_dump does not properly deal with BEGIN ATOMIC function - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [BUG] pg_dump does not properly deal with BEGIN ATOMIC function
Date
Msg-id 4159712.1685970085@sss.pgh.pa.us
Whole thread Raw
In response to Re: [BUG] pg_dump does not properly deal with BEGIN ATOMIC function  (Morris de Oryx <morrisdeoryx@gmail.com>)
Responses Re: [BUG] pg_dump does not properly deal with BEGIN ATOMIC function
List pgsql-hackers
Morris de Oryx <morrisdeoryx@gmail.com> writes:
> Can anyone suggest a path forward for me with the upgrade to PG 15?

Apply this patch:

https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=ca9e79274938d8ede07d9990c2f6f5107553b524

or more likely, pester RDS to do so sooner than the next quarterly
releases.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Morris de Oryx
Date:
Subject: Re: [BUG] pg_dump does not properly deal with BEGIN ATOMIC function
Next
From: Etsuro Fujita
Date:
Subject: Re: postgres_fdw: wrong results with self join + enable_nestloop off