Fix typo in code comment

From: "Dewei Dai" <daidewei1970(at)163(dot)com>
To: "Pgsql Hackers" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Fix typo in code comment
Date: 2026-01-07 11:20:27
Message-ID: 2026010719201902382410@163.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi hickers,
I fixed a comment error in origin.c.
The original comment was "* Replication origin consist out of a descriptive, user defined, externa..."
where I think "consist out of" is a typo and it should be "consists of".

Best regards,

daidewei1970(at)163(dot)com

Attachment Content-Type Size
0001-Fix-typo-in-origin.c.patch application/octet-stream 1.0 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Chao Li 2026-01-07 11:21:13 Re: Remove deprecated role membership options from psql help for CREATE USER/GROUP
Previous Message Kirill Reshke 2026-01-07 11:17:23 Re: psql: Add tab completion for \copy pstdin and pstdout