Home
last modified time | relevance | path

Searched refs:HashMetaPage (Results 1 – 25 of 408) sorted by relevance

12345678910>>...17

/dports/databases/py-pglast/pglast-1.2/libpg_query/src/postgres/include/access/
H A Dhash.h224 typedef HashMetaPageData *HashMetaPage; typedef
266 ((HashMetaPage) PageGetContents(page))
346 extern uint32 _hash_ovflblkno_to_bitno(HashMetaPage metap, BlockNumber ovflblkno);
353 extern HashMetaPage _hash_getcachedmetap(Relation rel, Buffer *metabuf,
357 HashMetaPage *cachedmetap);
/dports/databases/postgresql10-docs/postgresql-10.19/src/include/access/
H A Dhash.h227 typedef HashMetaPageData *HashMetaPage; typedef
269 ((HashMetaPage) PageGetContents(page))
349 extern uint32 _hash_ovflblkno_to_bitno(HashMetaPage metap, BlockNumber ovflblkno);
356 extern HashMetaPage _hash_getcachedmetap(Relation rel, Buffer *metabuf,
360 HashMetaPage *cachedmetap);
/dports/databases/postgresql10-contrib/postgresql-10.19/src/include/access/
H A Dhash.h227 typedef HashMetaPageData *HashMetaPage; typedef
269 ((HashMetaPage) PageGetContents(page))
349 extern uint32 _hash_ovflblkno_to_bitno(HashMetaPage metap, BlockNumber ovflblkno);
356 extern HashMetaPage _hash_getcachedmetap(Relation rel, Buffer *metabuf,
360 HashMetaPage *cachedmetap);
/dports/databases/postgresql10-client/postgresql-10.19/src/include/access/
H A Dhash.h227 typedef HashMetaPageData *HashMetaPage; typedef
269 ((HashMetaPage) PageGetContents(page))
349 extern uint32 _hash_ovflblkno_to_bitno(HashMetaPage metap, BlockNumber ovflblkno);
356 extern HashMetaPage _hash_getcachedmetap(Relation rel, Buffer *metabuf,
360 HashMetaPage *cachedmetap);
/dports/databases/postgresql10-plpython/postgresql-10.19/src/include/access/
H A Dhash.h227 typedef HashMetaPageData *HashMetaPage; typedef
269 ((HashMetaPage) PageGetContents(page))
349 extern uint32 _hash_ovflblkno_to_bitno(HashMetaPage metap, BlockNumber ovflblkno);
356 extern HashMetaPage _hash_getcachedmetap(Relation rel, Buffer *metabuf,
360 HashMetaPage *cachedmetap);
/dports/databases/postgresql10-plperl/postgresql-10.19/src/include/access/
H A Dhash.h227 typedef HashMetaPageData *HashMetaPage; typedef
269 ((HashMetaPage) PageGetContents(page))
349 extern uint32 _hash_ovflblkno_to_bitno(HashMetaPage metap, BlockNumber ovflblkno);
356 extern HashMetaPage _hash_getcachedmetap(Relation rel, Buffer *metabuf,
360 HashMetaPage *cachedmetap);
/dports/databases/postgresql10-server/postgresql-10.19/src/include/access/
H A Dhash.h227 typedef HashMetaPageData *HashMetaPage; typedef
269 ((HashMetaPage) PageGetContents(page))
349 extern uint32 _hash_ovflblkno_to_bitno(HashMetaPage metap, BlockNumber ovflblkno);
356 extern HashMetaPage _hash_getcachedmetap(Relation rel, Buffer *metabuf,
360 HashMetaPage *cachedmetap);
/dports/databases/libpg_query/libpg_query-10-1.0.4/src/postgres/include/access/
H A Dhash.h227 typedef HashMetaPageData *HashMetaPage; typedef
269 ((HashMetaPage) PageGetContents(page))
349 extern uint32 _hash_ovflblkno_to_bitno(HashMetaPage metap, BlockNumber ovflblkno);
356 extern HashMetaPage _hash_getcachedmetap(Relation rel, Buffer *metabuf,
360 HashMetaPage *cachedmetap);
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/include/access/
H A Dhash.h265 typedef HashMetaPageData *HashMetaPage; typedef
307 ((HashMetaPage) PageGetContents(page))
386 extern uint32 _hash_ovflblkno_to_bitno(HashMetaPage metap, BlockNumber ovflblkno);
393 extern HashMetaPage _hash_getcachedmetap(Relation rel, Buffer *metabuf,
397 HashMetaPage *cachedmetap);
/dports/databases/postgresql12-server/postgresql-12.9/src/include/access/
H A Dhash.h265 typedef HashMetaPageData *HashMetaPage; typedef
307 ((HashMetaPage) PageGetContents(page))
386 extern uint32 _hash_ovflblkno_to_bitno(HashMetaPage metap, BlockNumber ovflblkno);
393 extern HashMetaPage _hash_getcachedmetap(Relation rel, Buffer *metabuf,
397 HashMetaPage *cachedmetap);
/dports/databases/postgresql12-plpython/postgresql-12.9/src/include/access/
H A Dhash.h265 typedef HashMetaPageData *HashMetaPage; typedef
307 ((HashMetaPage) PageGetContents(page))
386 extern uint32 _hash_ovflblkno_to_bitno(HashMetaPage metap, BlockNumber ovflblkno);
393 extern HashMetaPage _hash_getcachedmetap(Relation rel, Buffer *metabuf,
397 HashMetaPage *cachedmetap);
/dports/databases/postgresql12-contrib/postgresql-12.9/src/include/access/
H A Dhash.h265 typedef HashMetaPageData *HashMetaPage; typedef
307 ((HashMetaPage) PageGetContents(page))
386 extern uint32 _hash_ovflblkno_to_bitno(HashMetaPage metap, BlockNumber ovflblkno);
393 extern HashMetaPage _hash_getcachedmetap(Relation rel, Buffer *metabuf,
397 HashMetaPage *cachedmetap);
/dports/databases/postgresql12-plperl/postgresql-12.9/src/include/access/
H A Dhash.h265 typedef HashMetaPageData *HashMetaPage;
307 ((HashMetaPage) PageGetContents(page))
386 extern uint32 _hash_ovflblkno_to_bitno(HashMetaPage metap, BlockNumber ovflblkno);
393 extern HashMetaPage _hash_getcachedmetap(Relation rel, Buffer *metabuf,
397 HashMetaPage *cachedmetap);
/dports/databases/postgresql12-docs/postgresql-12.9/src/include/access/
H A Dhash.h265 typedef HashMetaPageData *HashMetaPage;
307 ((HashMetaPage) PageGetContents(page))
386 extern uint32 _hash_ovflblkno_to_bitno(HashMetaPage metap, BlockNumber ovflblkno);
393 extern HashMetaPage _hash_getcachedmetap(Relation rel, Buffer *metabuf,
397 HashMetaPage *cachedmetap);
/dports/databases/postgresql12-client/postgresql-12.9/src/include/access/
H A Dhash.h265 typedef HashMetaPageData *HashMetaPage;
307 ((HashMetaPage) PageGetContents(page))
386 extern uint32 _hash_ovflblkno_to_bitno(HashMetaPage metap, BlockNumber ovflblkno);
393 extern HashMetaPage _hash_getcachedmetap(Relation rel, Buffer *metabuf,
397 HashMetaPage *cachedmetap);
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/include/access/
H A Dhash.h227 typedef HashMetaPageData *HashMetaPage; typedef
269 ((HashMetaPage) PageGetContents(page))
349 extern uint32 _hash_ovflblkno_to_bitno(HashMetaPage metap, BlockNumber ovflblkno);
356 extern HashMetaPage _hash_getcachedmetap(Relation rel, Buffer *metabuf,
360 HashMetaPage *cachedmetap);
/dports/databases/postgresql11-client/postgresql-11.14/src/include/access/
H A Dhash.h275 typedef HashMetaPageData *HashMetaPage; typedef
317 ((HashMetaPage) PageGetContents(page))
408 extern uint32 _hash_ovflblkno_to_bitno(HashMetaPage metap, BlockNumber ovflblkno);
415 extern HashMetaPage _hash_getcachedmetap(Relation rel, Buffer *metabuf,
419 HashMetaPage *cachedmetap);
/dports/databases/postgresql11-plperl/postgresql-11.14/src/include/access/
H A Dhash.h275 typedef HashMetaPageData *HashMetaPage; typedef
317 ((HashMetaPage) PageGetContents(page))
408 extern uint32 _hash_ovflblkno_to_bitno(HashMetaPage metap, BlockNumber ovflblkno);
415 extern HashMetaPage _hash_getcachedmetap(Relation rel, Buffer *metabuf,
419 HashMetaPage *cachedmetap);
/dports/databases/postgresql11-docs/postgresql-11.14/src/include/access/
H A Dhash.h275 typedef HashMetaPageData *HashMetaPage; typedef
317 ((HashMetaPage) PageGetContents(page))
408 extern uint32 _hash_ovflblkno_to_bitno(HashMetaPage metap, BlockNumber ovflblkno);
415 extern HashMetaPage _hash_getcachedmetap(Relation rel, Buffer *metabuf,
419 HashMetaPage *cachedmetap);
/dports/databases/postgresql11-plpython/postgresql-11.14/src/include/access/
H A Dhash.h275 typedef HashMetaPageData *HashMetaPage; typedef
317 ((HashMetaPage) PageGetContents(page))
408 extern uint32 _hash_ovflblkno_to_bitno(HashMetaPage metap, BlockNumber ovflblkno);
415 extern HashMetaPage _hash_getcachedmetap(Relation rel, Buffer *metabuf,
419 HashMetaPage *cachedmetap);
/dports/databases/postgresql11-contrib/postgresql-11.14/src/include/access/
H A Dhash.h275 typedef HashMetaPageData *HashMetaPage; typedef
317 ((HashMetaPage) PageGetContents(page))
408 extern uint32 _hash_ovflblkno_to_bitno(HashMetaPage metap, BlockNumber ovflblkno);
415 extern HashMetaPage _hash_getcachedmetap(Relation rel, Buffer *metabuf,
419 HashMetaPage *cachedmetap);
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/include/access/
H A Dhash.h275 typedef HashMetaPageData *HashMetaPage; typedef
317 ((HashMetaPage) PageGetContents(page))
408 extern uint32 _hash_ovflblkno_to_bitno(HashMetaPage metap, BlockNumber ovflblkno);
415 extern HashMetaPage _hash_getcachedmetap(Relation rel, Buffer *metabuf,
419 HashMetaPage *cachedmetap);
/dports/databases/postgresql11-server/postgresql-11.14/src/include/access/
H A Dhash.h275 typedef HashMetaPageData *HashMetaPage;
317 ((HashMetaPage) PageGetContents(page))
408 extern uint32 _hash_ovflblkno_to_bitno(HashMetaPage metap, BlockNumber ovflblkno);
415 extern HashMetaPage _hash_getcachedmetap(Relation rel, Buffer *metabuf,
419 HashMetaPage *cachedmetap);
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/include/access/
H A Dhash.h265 typedef HashMetaPageData *HashMetaPage; typedef
322 ((HashMetaPage) PageGetContents(page))
407 extern uint32 _hash_ovflblkno_to_bitno(HashMetaPage metap, BlockNumber ovflblkno);
414 extern HashMetaPage _hash_getcachedmetap(Relation rel, Buffer *metabuf,
418 HashMetaPage *cachedmetap);
/dports/databases/postgresql14-docs/postgresql-14.1/src/include/access/
H A Dhash.h265 typedef HashMetaPageData *HashMetaPage; typedef
322 ((HashMetaPage) PageGetContents(page))
407 extern uint32 _hash_ovflblkno_to_bitno(HashMetaPage metap, BlockNumber ovflblkno);
414 extern HashMetaPage _hash_getcachedmetap(Relation rel, Buffer *metabuf,
418 HashMetaPage *cachedmetap);

12345678910>>...17