Re: src/backend/optimizer/util/plancat.c -> Is this correct English

Nathan Bossart <nathandbossart@gmail.com>

From: Nathan Bossart <nathandbossart@gmail.com>
To: "Daniel Westermann (DWE)" <daniel.westermann@dbi-services.com>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2024-09-25T16:59:04Z
Lists: pgsql-hackers
On Wed, Sep 25, 2024 at 04:52:47PM +0000, Daniel Westermann (DWE) wrote:
> just came across this:
> 
> src/backend/optimizer/util/plancat.c -> Is this correct English?
> -> We need not lock the relation since it was already locked ... 
> 
> I am not a native speaker, but this sounds strange.

I think it's fine.  It could also be phrased like this:

	We do not need to lock the relation since...

-- 
nathan