Fix typo in code comment

From: kelan <ke_lan1(at)qq(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Fix typo in code comment
Date: 2025-12-31 01:10:13
Message-ID: tencent_38B5875E2D440C8DA8C0C022ABD999F9C207@qq.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi&nbsp;hickers,
I&nbsp;fixed&nbsp;a&nbsp;comment&nbsp;error&nbsp;in&nbsp;the&nbsp;`WaitForParallelWorkersToFinish`&nbsp;function.&nbsp;The&nbsp;original&nbsp;comment&nbsp;was&nbsp;"In&nbsp;that&nbsp;case,&nbsp;or&nbsp;latch&nbsp;should&nbsp;have&nbsp;been&nbsp;set&nbsp;as&nbsp;well...",&nbsp;&nbsp;where&nbsp;I&nbsp;think&nbsp;"or"&nbsp;is&nbsp;a&nbsp;typo&nbsp;and&nbsp;it&nbsp;should&nbsp;be&nbsp;"our".

--
Best&nbsp;regards,
Ke&nbsp;Lan
Email:ke_lan1(at)qq(dot)com

Attachment Content-Type Size
v1-0001-correct-typos-in-the-code-comments.patch application/octet-stream 1019 bytes

Browse pgsql-hackers by date

  From Date Subject
Next Message jian he 2025-12-31 01:40:49 Re: CREATE SCHEMA ... CREATE DOMAIN support
Previous Message Tatsuya Kawata 2025-12-31 01:06:11 Re: [PATCH] Add memory usage reporting to VACUUM VERBOSE