Tom Lane [mailto:[EMAIL PROTECTED] wrote:
> "John Hansen" <[EMAIL PROTECTED]> writes:
> > Given the following snippet:
> > HeapTupleHeader tuple;
> > Datum temp;
> > bool isnull;
>
> > tuple = PG_GETARG_HEAPTUPLEHEADER(0);
> > temp
"John Hansen" <[EMAIL PROTECTED]> writes:
> Given the following snippet:
> HeapTupleHeader tuple;
> Datum temp;
> bool isnull;
> tuple = PG_GETARG_HEAPTUPLEHEADER(0);
> temp = GetAttributeByName(tuple, "data", &isnull);
Given the following snippet:
HeapTupleHeader tuple;
Datum temp;
bool isnull;
tuple = PG_GETARG_HEAPTUPLEHEADER(0);
temp = GetAttributeByName(tuple, "data", &isnull);
When using this for a btree operator func