Re: Patch: dumping tables data in multiple chunks in pg_dump

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: Hannu Krosing <hannuk(at)google(dot)com>
Cc: Andres Freund <andres(at)anarazel(dot)de>, David Rowley <dgrowleyml(at)gmail(dot)com>, Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Patch: dumping tables data in multiple chunks in pg_dump
Date: 2026-01-14 21:53:28
Message-ID: aWgQWHCfKCWx6aZ6@nathan
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 2026-01-14 22:10:38 Re: Patch: dumping tables data in multiple chunks in pg_dump
Previous Message Jacob Champion 2026-01-14 21:49:57 Re: libpq: Bump protocol version to version 3.2 at least until the first/second beta