|
PostgreSQL Source Code git master
|


Go to the source code of this file.
Functions | |
| BlockNumber | GetFreeIndexPage (Relation rel) |
| void | RecordFreeIndexPage (Relation rel, BlockNumber freeBlock) |
| void | RecordUsedIndexPage (Relation rel, BlockNumber usedBlock) |
| void | IndexFreeSpaceMapVacuum (Relation rel) |
|
extern |
Definition at line 38 of file indexfsm.c.
References fb(), GetPageWithFreeSpace(), InvalidBlockNumber, and RecordUsedIndexPage().
Referenced by _bt_allocbuf(), BloomNewBuffer(), GinNewBuffer(), gistNewBuffer(), and SpGistNewBuffer().
Definition at line 71 of file indexfsm.c.
References FreeSpaceMapVacuum().
Referenced by blvacuumcleanup(), btvacuumscan(), ginInsertCleanup(), ginvacuumcleanup(), gistvacuumscan(), and spgvacuumscan().
|
extern |
Definition at line 52 of file indexfsm.c.
References fb(), and RecordPageWithFreeSpace().
Referenced by _bt_pendingfsm_finalize(), blvacuumcleanup(), btvacuumpage(), ginvacuumcleanup(), gistvacuumpage(), shiftList(), and spgvacuumpage().
|
extern |
Definition at line 62 of file indexfsm.c.
References fb(), and RecordPageWithFreeSpace().
Referenced by GetFreeIndexPage().