pgsql: Small cosmetic fixes in radix tree template

From: John Naylor <john(dot)naylor(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Small cosmetic fixes in radix tree template
Date: 2024-04-27 07:49:28
Message-ID: E1s0coJ-000H5h-Dy@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Small cosmetic fixes in radix tree template

- Bring memory context names in line with other naming
- Fix typos, reported off-list by Alexander Lakhin
- Remove copy-paste errors from comments
- Remove duplicate #undef

Branch
------
master

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

Modified Files
--------------
src/include/lib/radixtree.h | 23 ++++++++++-------------
1 file changed, 10 insertions(+), 13 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2024-04-27 11:10:42 pgsql: Remove redundant JSON parser typedefs
Previous Message John Naylor 2024-04-27 04:48:21 pgsql: Fix make headerscheck