Skip to content

Commit 597b1ff

Browse files
Move nbtree preprocessing into new .c file.
Quite a bit of code within nbtutils.c is only called during nbtree preprocessing. Move that code into a new .c file, nbtpreprocesskeys.c. Also reorder some of the functions within the new file for clarity. This commit has no functional impact. It is strictly mechanical. Author: Peter Geoghegan <pg@bowt.ie> Suggested-by: Heikki Linnakangas <hlinnaka@iki.fi> Discussion: https://postgr.es/m/CAH2-WznwNn1BDOpWxHBUK1f3Rdw8pO9UCenWXnvT=n9GO8GnLA@mail.gmail.com Discussion: https://postgr.es/m/86930045-5df5-494a-b4f1-815bc3fbcce0%40iki.fi
1 parent a8a762b commit 597b1ff

File tree

5 files changed

+2135
-2116
lines changed

5 files changed

+2135
-2116
lines changed

src/backend/access/nbtree/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ OBJS = \
1717
nbtdedup.o \
1818
nbtinsert.o \
1919
nbtpage.o \
20+
nbtpreprocesskeys.o \
2021
nbtree.o \
2122
nbtsearch.o \
2223
nbtsort.o \

src/backend/access/nbtree/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ backend_sources += files(
55
'nbtdedup.c',
66
'nbtinsert.c',
77
'nbtpage.c',
8+
'nbtpreprocesskeys.c',
89
'nbtree.c',
910
'nbtsearch.c',
1011
'nbtsort.c',

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy