| From: | Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com> |
|---|---|
| To: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | fix a typo in slotfuncs.c |
| Date: | 2021-12-01 06:52:30 |
| Message-ID: | CALj2ACUkrNR2xTak+QaqxoTjPKGn8zXWripv7SR27t+Q5qF1Wg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi,
It seems like there's a following typo in code comments:
- /* determine how many segments slots can be kept by slots */
+ /* determine how many segments can be kept by slots */
Attaching a tiny patch to fix it. This typo exists all the way until PG 13.
Regards,
Bharath Rupireddy.
| Attachment | Content-Type | Size |
|---|---|---|
| v1-0001-fix-a-typo-in-slotfuncs.c.patch | application/octet-stream | 987 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Amit Kapila | 2021-12-01 07:00:57 | Re: pg_get_publication_tables() output duplicate relid |
| Previous Message | Andrey Borodin | 2021-12-01 06:41:37 | Re: suboverflowed subtransactions concurrency performance optimize |