PostgreSQL Source Code
git master
|
#include "postgres.h"
#include "access/gin_private.h"
#include "access/ginblock.h"
#include "access/htup_details.h"
#include "fmgr.h"
Go to the source code of this file.
Functions | |
PG_FUNCTION_INFO_V1 (test_ginpostinglist) | |
static void | test_itemptr_pair (BlockNumber blk, OffsetNumber off, int maxsize) |
Datum | test_ginpostinglist (PG_FUNCTION_ARGS) |
Variables | |
PG_MODULE_MAGIC | |
PG_FUNCTION_INFO_V1 | ( | test_ginpostinglist | ) |
Datum test_ginpostinglist | ( | PG_FUNCTION_ARGS | ) |
Definition at line 88 of file test_ginpostinglist.c.
References MaxBlockNumber, MaxHeapTuplesPerPage, PG_RETURN_VOID, and test_itemptr_pair().
|
static |
Definition at line 41 of file test_ginpostinglist.c.
References elog, ERROR, ginCompressPostingList(), ginPostingListDecode(), ItemPointerEquals(), ItemPointerGetBlockNumber(), ItemPointerGetOffsetNumber(), ItemPointerSet(), NOTICE, and SizeOfGinPostingList.
Referenced by test_ginpostinglist().
PG_MODULE_MAGIC |
Definition at line 20 of file test_ginpostinglist.c.