Re: Fix couple of typos - Mailing list pgsql-hackers

From Amit Kapila
Subject Re: Fix couple of typos
Date
Msg-id CAA4eK1KTx=F11y52T5yJCk=y+OJJsXKO12p6k2PTG3u=eSNu9Q@mail.gmail.com
Whole thread Raw
In response to Fix couple of typos  (vignesh C <vignesh21@gmail.com>)
Responses Re: Fix couple of typos
List pgsql-hackers
On Mon, Mar 17, 2025 at 3:44 PM vignesh C <vignesh21@gmail.com> wrote:
>
> While reviewing another patch, I found a couple of typos:
> 1) subid should have been pubid in AlterPublicationOwner and
> AlterPublicationOwner_oid functions.
> 2) Only tuples with XIDs/MXIDs older than the the
> FreezeLimit/MultiXactCutoff are frozen in the common case.
> Should have been"
> Only tuples with XIDs/MXIDs older than the FreezeLimit/MultiXactCutoff
> are frozen in the common case.
>
> The attached patch has the changes for the same.
>

The changes look good to me.

--
With Regards,
Amit Kapila.



pgsql-hackers by date:

Previous
From: jian he
Date:
Subject: Re: Support NOT VALID / VALIDATE constraint options for named NOT NULL constraints
Next
From: Ashutosh Bapat
Date:
Subject: Re: Enhance 'pg_createsubscriber' to retrieve databases automatically when no database is provided.