forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3e76a80
committed
Move some bitmap logic out of bitmapset.c
Move the logic for selecting appropriate pg_bitutils.hfunctions based on word size to bitmapset.h for widervisibility.Reviewed (in a previous version) by Tom LaneDiscussion:https://postgr.es/m/CAFBsxsFW2JjTo58jtDB%2B3sZhxMx3t-3evew8%3DAcr%2BGGhC%2BkFaA%40mail.gmail.com1 parent9f225e9 commit3e76a80
2 files changed
+13
-13
lines changedLines changed: 0 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 |
| - | |
79 |
| - | |
80 |
| - | |
81 |
| - | |
82 |
| - | |
83 |
| - | |
84 |
| - | |
85 |
| - | |
86 |
| - | |
87 | 74 |
| |
88 | 75 |
| |
89 | 76 |
| |
|
Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
76 | 89 |
| |
77 | 90 |
| |
78 | 91 |
| |
|
0 commit comments
Comments
(0)