Re: Comment cleanup - it's vs its

From: John Naylor <johncnaylorls(at)gmail(dot)com>
To: Jacob Brazeal <jacob(dot)brazeal(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Comment cleanup - it's vs its
Date: 2025-01-29 07:23:50
Message-ID: CANWCAZYXh=Lm7iLfDGMnm6BzPb6bD82_hidHupu_8TXt_t_Q7w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jan 29, 2025 at 1:46 PM Jacob Brazeal <jacob(dot)brazeal(at)gmail(dot)com> wrote:
>
> I noticed a few incorrect usages of it's vs its and decided to search systematically for any mistakes. Overall, we use it right more than 99% of the time but there were still about 20 mistakes.

I just noticed this, too:

-# DROP DATABASE should drops it's slots, including active slots.
+# DROP DATABASE should drops its slots, including active slots.

"should drop"

--
John Naylor
Amazon Web Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Rahila Syed 2025-01-29 07:44:09 Re: per backend WAL statistics
Previous Message Kashif Zeeshan 2025-01-29 07:23:28 Re: EDB Installer initcluster script changes - review requested