Move heaprel struct field next to index rel field.
Peter Geoghegan <pg@bowt.ie>
Move heaprel struct field next to index rel field. Commit 61b313e4 added a heaprel struct member to IndexVacuumInfo, but placed it last. Move the heaprel struct member next to the index struct member to improve the code's readability. Author: Peter Geoghegan <pg@bowt.ie> Discussion: https://postgr.es/m/CAH2-WznG=TV6S9d3VA=y0vBHbXwnLs9_LLdiML=aNJuHeriwxg@mail.gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/heap/vacuumlazy.c | modified | +2 −2 |
| src/backend/catalog/index.c | modified | +1 −1 |
| src/backend/commands/analyze.c | modified | +1 −1 |
| src/backend/commands/vacuumparallel.c | modified | +1 −1 |
| src/include/access/genam.h | modified | +1 −1 |
Discussion
- Pass heaprel to GlobalVisTestFor() in vacuumRedirectAndPlaceholder() 8 messages · 2023-04-02 → 2023-04-03