Re: [PATCH] Change "the empty string" to "an empty string" on DOCs

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andreas Karlsson <andreas(at)proxel(dot)se>
Cc: Marcos Pegoraro <marcos(at)f10(dot)com(dot)br>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH] Change "the empty string" to "an empty string" on DOCs
Date: 2026-01-14 05:15:48
Message-ID: 79394.1768367748@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andreas Karlsson <andreas(at)proxel(dot)se> writes:
> On 1/6/26 7:53 PM, Marcos Pegoraro wrote:
>> There are 64 times of "an empty string" and 13 times "the empty string"
>> written on DOCs, and how they are used to do the same meaning, we could
>> standardize them.

> I am not a native speaker but to me "the empty string" sounds better in
> most cases you changed it.

Yeah, I can't muster any enthusiasm for these changes either.
I can't put my finger on any grammar rule supporting the way the
text is written (it's been way too long since high school English).
But these all read just fine to me, and the proposed changes do
not improve them.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Soumya S Murali 2026-01-14 05:16:49 Re: InstallXLogFileSegment() vs concurrent WAL flush
Previous Message Andreas Karlsson 2026-01-14 05:09:26 Re: [PATCH] Precompute string lengths in PerformRadiusTransaction