Re: [BUG] pg_dump does not properly deal with BEGIN ATOMIC function
Alvaro Herrera <alvherre@alvh.no-ip.org>
From: Alvaro Herrera <alvherre@alvh.no-ip.org>
To: Morris de Oryx <morrisdeoryx@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-06-13T10:27:56Z
Lists: pgsql-hackers
On 2023-Jun-13, Morris de Oryx wrote: > Quick follow-up: I've heard back from AWS regarding applying Tom Lane's > patch. Nope. RDS releases numbered versions, nothing else. Sounds like a reasonable policy to me. > As Postgres is now at 15.8/15.3 in the wild and on 15.7/15.3 on RDS, > I'm guessing that the patch won't be available until 14.9/15.4. > > Am I right in thinking that this patch will be integrated into 14.9/15.4, Yes. The commits got into Postgres on June 4th, and 14.8 and 15.3 where stamped on May 8th. So the fixes will be in 14.9 and 15.4 in August, per https://www.postgresql.org/developer/roadmap/ > if they are released? No "if" about this, unless everybody here is hit by ICBMs. -- Álvaro Herrera Breisgau, Deutschland — https://www.EnterpriseDB.com/
Commits
-
Doc: explain about dependency tracking for new-style SQL functions.
- 1b322c1faee9 14.9 landed
- 0aa5e4af1bda 15.4 landed
- 0211544969b5 16.0 landed
-
Fix pg_dump's failure to honor dependencies of SQL functions.
- d6f549d7a627 14.9 landed
- ca9e79274938 15.4 landed
- 01610747867f 16.0 landed
-
Fix misuse of pg_log_info() for details/hints.
- b3f32a6c312c 16.0 landed
- 751ba1a7c168 15.4 landed