Re: [PATCH] Clarify the behavior of the system when approaching XID wraparound

From: Alexander Lakhin <exclusion(at)gmail(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Aleksander Alekseev <aleksander(at)timescale(dot)com>
Subject: Re: [PATCH] Clarify the behavior of the system when approaching XID wraparound
Date: 2023-11-02 05:00:00
Message-ID: 196eb318-7b1f-43aa-7c54-32a6dac8803a@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello Robert,

17.10.2023 17:39, Robert Haas wrote:
> On Tue, Oct 17, 2023 at 4:57 AM Aleksander Alekseev
> <aleksander(at)timescale(dot)com> wrote:
>> v11-0001 and v11-0002 LGTM too.
> Cool. Seems we are all in agreement, so committed these. Thanks!

Please look at the following sentence added by the commit:
       ...
       to issue manual <command>VACUUM</command> commands on the tables where
       <structfield>relminxid</structfield> is oldest.

Isn't relminxid a typo there?

Best regards,
Alexander

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Noah Misch 2023-11-02 05:01:22 Re: Tab completion regression test failed on illumos
Previous Message Anton A. Melnikov 2023-11-02 04:08:20 Re: 003_check_guc.pl crashes if some extensions were loaded.