| From: | Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com> |
|---|---|
| To: | Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | Fix duplicated word in lsyscache.c comment |
| Date: | 2025-12-30 00:00:25 |
| Message-ID: | CAEoWx2miv0KGcM9j29ANRN45-Vz-2qAqrM0cv9OtaLx8e_WCMQ@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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 | Content-Type | Size |
|---|---|---|
| v1-0001-Fix-duplicated-word-in-lsyscache.c-comment.patch | application/octet-stream | 1.5 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Masahiko Sawada | 2025-12-30 00:01:18 | Re: Newly created replication slot may be invalidated by checkpoint |
| Previous Message | Tom Lane | 2025-12-29 23:50:42 | Re: lsyscache: free IndexAmRoutine objects returned by GetIndexAmRoutineByAmId() |