diff options
| author | Melanie Plageman | 2024-12-18 23:19:28 +0000 |
|---|---|---|
| committer | Melanie Plageman | 2024-12-18 23:19:28 +0000 |
| commit | 7f9d4187e7bab10329cc00aff34cfba08248d4be (patch) | |
| tree | 91eea6e103e5a8512dbd0c66be4f80ff3d32793e /src/tools | |
| parent | 28328ec87b45725f62bed1104d99c8b3220d1675 (diff) | |
Add common interface for TBMIterators
Add and use TBMPrivateIterator, which replaces the current TBMIterator
for serial use cases, and repurpose TBMIterator to be a unified
interface for both the serial ("private") and parallel ("shared") TID
Bitmap iterator interfaces. This encapsulation simplifies call sites for
callers supporting both parallel and serial TID Bitmap access.
TBMIterator is not yet used in this commit.
Author: Melanie Plageman
Reviewed-by: Tomas Vondra, Heikki Linnakangas
Discussion: https://postgr.es/m/063e4eb4-32d9-439e-a0b1-75565a9835a8%40iki.fi
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/pgindent/typedefs.list | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/pgindent/typedefs.list b/src/tools/pgindent/typedefs.list index ce33e55bf1d..cda21239cbc 100644 --- a/src/tools/pgindent/typedefs.list +++ b/src/tools/pgindent/typedefs.list @@ -2812,6 +2812,7 @@ TAR_MEMBER TBMIterateResult TBMIteratingState TBMIterator +TBMPrivateIterator TBMSharedIterator TBMSharedIteratorState TBMStatus |
