Re: Patch: dumping tables data in multiple chunks in pg_dump
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: Hannu Krosing <hannuk@google.com>
Cc: Andres Freund <andres@anarazel.de>, David Rowley <dgrowleyml@gmail.com>, Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2026-01-14T21:53:28Z
Lists: pgsql-hackers
On Wed, Jan 14, 2026 at 10:46:07PM +0100, Hannu Krosing wrote: > Do we have clear written guidelines about what can and can not be backported ? > And do we distinguish between the core database, extensions and tools for this? >From https://www.postgresql.org/support/versioning: Minor releases only contain fixes for frequently-encountered bugs, low-risk fixes, security issues, and data corruption problems. -- nathan