Change xl_hash_vacuum_one_page.ntuples from int to uint16.
Amit Kapila <akapila@postgresql.org>
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 which can be used for future patches. This makes the datatype of xl_hash_vacuum_one_page.ntuples same as gistxlogDelete.ntodelete which is advisable as both are used for the same purpose. Author: Bertrand Drouvot Reviewed-by: Nathan Bossart Discussion: https://postgr.es/m/b0e20c40-cb7a-fc1c-c607-2a78dac5021e@gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| src/include/access/hash_xlog.h | modified | +2 −2 |
| src/include/access/xlog_internal.h | modified | +1 −1 |
Discussion
- Change xl_hash_vacuum_one_page.ntuples from int to uint16 13 messages · 2023-01-10 → 2023-02-27