forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit597b1ff
committed
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.fi1 parenta8a762b commit597b1ff
File tree
5 files changed
+2135
-2116
lines changed- src
- backend/access/nbtree
- include/access
5 files changed
+2135
-2116
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + | |
20 | 21 |
| |
21 | 22 |
| |
22 | 23 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
|
0 commit comments
Comments
(0)