Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit597b1ff

Browse files
Move nbtree preprocessing into new .c file.
Quite a bit of code within nbtutils.c is only called during nbtreepreprocessing. 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.comDiscussion:https://postgr.es/m/86930045-5df5-494a-b4f1-815bc3fbcce0%40iki.fi
1 parenta8a762b commit597b1ff

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)

[8]ページ先頭

©2009-2025 Movatter.jp