pgsql: Fix typos in comments - Mailing list pgsql-committers

From Amit Langote
Subject pgsql: Fix typos in comments
Date
Msg-id E1uWSag-0048UH-0r@gemulon.postgresql.org
Whole thread Raw
List 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@sraoss.co.jp>
Discussion: https://postgr.es/m/20250701110216.8ac8a9e4c6f607f1d954f44a@sraoss.co.jp
Backpatch-through: 16

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c67989789cec3953effca4e01dff834abff9116a

Modified Files
--------------
src/backend/executor/execIndexing.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Amit Langote
Date:
Subject: pgsql: Fix typos in comments
Next
From: Michael Paquier
Date:
Subject: pgsql: xml2: Improve error handling of libxml2 calls