From: | Amit Langote <amitlan(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Fix typos in comments |
Date: | 2025-07-01 04:26:49 |
Message-ID: | E1uWSa1-0048SG-1z@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Fix typos in comments
Commit 19d8e2308bc added enum values with the prefix TU_, but a few
comments still referred to TUUI_, which was used in development
versions of the patches committed as 19d8e2308bc.
Author: Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>
Discussion: https://postgr.es/m/20250701110216.8ac8a9e4c6f607f1d954f44a@sraoss.co.jp
Backpatch-through: 16
Branch
------
REL_16_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/d74231839aa34a242e6e2da1efaf5d6c0013c6b3
Modified Files
--------------
src/backend/executor/execIndexing.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Langote | 2025-07-01 04:27:03 | pgsql: Fix typos in comments |
Previous Message | Bertrand Drouvot | 2025-07-01 04:06:31 | Re: pgsql: Introduce pg_shmem_allocations_numa view |