Fix couple of typos
vignesh C <vignesh21@gmail.com>
From: vignesh C <vignesh21@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-03-17T10:13:42Z
Lists: pgsql-hackers
Attachments
- Fix_typos.patch (application/octet-stream) patch
Hi, 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. Regards, Vignesh
Commits
-
Fix typo.
- 122a9af5def2 18.0 landed
-
Use correct variable name in publicationcmds.c.
- 01e27aab05f5 18.0 landed