Re: [BUG] [PATCH] pg_basebackup produces wrong incremental files after relation truncation in segmented tables

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Cc: Amul Sul <sulamul(at)gmail(dot)com>, Oleg Tkachenko <oatkachenko(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: [BUG] [PATCH] pg_basebackup produces wrong incremental files after relation truncation in segmented tables
Date: 2025-12-16 18:43:31
Message-ID: CA+TgmoZsyMm6p9kNPCP_=LmEQqwJhYoNBgV-NX8sZZ3qFs_OWg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Dec 16, 2025 at 3:06 AM Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com> wrote:
> I guess you meant to say “larger (or greater) than” instead of “rather than”.

Yes, thanks.

--
Robert Haas
EDB: http://www.enterprisedb.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jacob Champion 2025-12-16 18:48:18 Re: Make PGOAUTHCAFILE in libpq-oauth work out of debug mode
Previous Message Nathan Bossart 2025-12-16 18:07:34 Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB ?barriers