Fix Grammar in Buffer Lock Wait Message

From: Guoqing Yang <yanggq1988(at)126(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Fix Grammar in Buffer Lock Wait Message
Date: 2026-07-01 01:44:53
Message-ID: ff9b435e-8ece-4ce3-bded-de7ea2dad400@126.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Fix grammar in buffer lock wait message

Correct the wait message from "Waiting to acquire a exclusive lock on a
buffer"
to "Waiting to acquire an exclusive lock on a buffer".

The word "exclusive" starts with a vowel sound, so the indefinite article
should be "an" instead of "a".

Regards,
Guoqing Yang

Attachment Content-Type Size
lockWaitMessage.diff text/plain 832 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Feng Wu 2026-07-01 01:49:30 Re: [PATCH v2] Avoid internal error for invalid interval typmods
Previous Message Xuneng Zhou 2026-07-01 01:43:40 Update EnableTimeoutParams timeout type comment