Typo in multixact.c and jsonfuncs.c documentation

From: Junwang Zhao <zhjwpku(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Typo in multixact.c and jsonfuncs.c documentation
Date: 2025-04-30 01:24:50
Message-ID: CAEG8a3+MRwDKc4YSFKKPKq7Y+vMufVC5u94wM5KZPB2CbgCxnQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Found a trivial typo in multixact.c, after searching the code base
there is another such typo in jsonfuncs.c.

- * range, that is, greater to or equal than oldestMultiXactId, and less than
+ * range, that is, greater than or equal to oldestMultiXactId, and less than

--
Regards
Junwang Zhao

Attachment Content-Type Size
v1-0001-Fix-typo-in-multixact.c-and-jsonfuncs.c-documenta.patch application/octet-stream 1.7 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2025-04-30 01:41:19 Re: Typo in multixact.c and jsonfuncs.c documentation
Previous Message Michael Paquier 2025-04-30 01:03:12 Re: expand on_error ignore error handling scope