forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita6cd1fc

Amit Kapila
Change xl_hash_vacuum_one_page.ntuples from int to uint16.
This will create two bytes of padding space in xl_hash_vacuum_one_page whichcan be used for future patches. This makes the datatype ofxl_hash_vacuum_one_page.ntuples same as gistxlogDelete.ntodelete which isadvisable as both are used for the same purpose.Author: Bertrand DrouvotReviewed-by: Nathan BossartDiscussion:https://postgr.es/m/b0e20c40-cb7a-fc1c-c607-2a78dac5021e@gmail.com1 parentded7b7b commita6cd1fc
2 files changed
+3
-3
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
251 | 251 |
| |
252 | 252 |
| |
253 | 253 |
| |
254 |
| - | |
| 254 | + | |
255 | 255 |
| |
256 | 256 |
| |
257 | 257 |
| |
258 | 258 |
| |
259 | 259 |
| |
260 |
| - | |
| 260 | + | |
261 | 261 |
| |
262 | 262 |
| |
263 | 263 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
|
0 commit comments
Comments
(0)