| From: | Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> |
|---|---|
| To: | vignesh C <vignesh21(at)gmail(dot)com> |
| Cc: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: Fix couple of typos |
| Date: | 2025-03-17 11:15:43 |
| Message-ID: | CAA4eK1KTx=F11y52T5yJCk=y+OJJsXKO12p6k2PTG3u=eSNu9Q@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Mon, Mar 17, 2025 at 3:44 PM vignesh C <vignesh21(at)gmail(dot)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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Ashutosh Bapat | 2025-03-17 11:21:01 | Re: Enhance 'pg_createsubscriber' to retrieve databases automatically when no database is provided. |
| Previous Message | jian he | 2025-03-17 11:14:52 | Re: Support NOT VALID / VALIDATE constraint options for named NOT NULL constraints |