|
PostgreSQL Source Code git master
|
#include "access/htup.h"#include "access/htup_details.h"#include "access/skey.h"#include "access/tupdesc.h"

Go to the source code of this file.
Functions | |
| static bool | HeapKeyTest (HeapTuple tuple, TupleDesc tupdesc, int nkeys, ScanKey keys) |
|
inlinestatic |
Definition at line 28 of file valid.h.
References DatumGetBool(), fb(), FunctionCall2Coll(), heap_getattr(), SK_ISNULL, and test().
Referenced by heapgettup(), and heapgettup_pagemode().