V18 release Notes typo

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: V18 release Notes typo
Date: 2025-08-02 20:57:23
Message-ID: 7d364d22-cafa-4d47-bd06-4d9d4be2c68f@dunslane.net
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


The V18 Release notes contain this:

Allow inactive replication slots to be automatically invalided using
server variable idle_replication_slot_timeout
<https://www.postgresql.org/docs/18/runtime-config-replication.html#GUC-IDLE-REPLICATION-SLOT-TIMEOUT>
(Nisha Moond, Bharath Rupireddy)

Shouldn't this read "invalidated"?

cheers

andrew

--
Andrew Dunstan
EDB:https://www.enterprisedb.com

Browse pgsql-hackers by date

  From Date Subject
Next Message Chao Li 2025-08-02 23:48:00 Re: Trivial patch to fix a typo
Previous Message Shayon Mukherjee 2025-08-02 19:09:19 Re: [PATCH] Proposal to Enable/Disable Index using ALTER INDEX