forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1343ae9
committed
Give nbtree move right function internal linkage.
Declare _bt_moveright() static. This is a minor modularity win; theroutine was already private to nbtsearch.c for all practical purposes.Author: Matthias van de Meent <boekewurm+postgres@gmail.com>Discussion:https://postgr.es/m/CAEze2WgWVzCNEXQB_op5MMZMDgJ3fg3AhVm6bq2iZPpJNXGhWw@mail.gmail.com1 parent2aecbd7 commit1343ae9
2 files changed
+4
-4
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| 29 | + | |
| 30 | + | |
| 31 | + | |
29 | 32 |
| |
30 | 33 |
| |
31 | 34 |
| |
| |||
231 | 234 |
| |
232 | 235 |
| |
233 | 236 |
| |
234 |
| - | |
| 237 | + | |
235 | 238 |
| |
236 | 239 |
| |
237 | 240 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1272 | 1272 |
| |
1273 | 1273 |
| |
1274 | 1274 |
| |
1275 |
| - | |
1276 |
| - | |
1277 |
| - | |
1278 | 1275 |
| |
1279 | 1276 |
| |
1280 | 1277 |
| |
|
0 commit comments
Comments
(0)