Fix duplicated word in lsyscache.c comment - Mailing list pgsql-hackers

From Chao Li
Subject Fix duplicated word in lsyscache.c comment
Date
Msg-id CAEoWx2miv0KGcM9j29ANRN45-Vz-2qAqrM0cv9OtaLx8e_WCMQ@mail.gmail.com
Whole thread Raw
Responses Re: Fix duplicated word in lsyscache.c comment
List pgsql-hackers
Hi Hackers,

While working on a couple of patches that touched lsyscache.c, I noticed a small typo in a comment:

```
 * This is trivially true if they are the same operator. Otherwise,   <==== duplicate “Otherwise"
* Otherwise, we look to see if they both belong to an opfamily that
```

So I’m posting a trivial patch to fix it.

Best regards,
--
Chao Li (Evan)
HighGo Software Co., Ltd.
https://www.highgo.com/




Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: lsyscache: free IndexAmRoutine objects returned by GetIndexAmRoutineByAmId()
Next
From: Masahiko Sawada
Date:
Subject: Re: Newly created replication slot may be invalidated by checkpoint