This should fix failures under certain compilers (a well known
limitation). My oversight in
e27f4ee0a701.
Discussion: https://postgr.es/m/
3029088.
1648145389@sss.pgh.pa.us
extern HeapTuple heap_expand_tuple(HeapTuple sourceTuple, TupleDesc tupleDesc);
extern MinimalTuple minimal_expand_tuple(HeapTuple sourceTuple, TupleDesc tupleDesc);
+#ifndef FRONTEND
/*
* fastgetattr
* Fetch a user attribute's value as a Datum (might be either a
else
return heap_getsysattr(tup, attnum, tupleDesc, isnull);
}
+#endif /* FRONTEND */
#endif /* HTUP_DETAILS_H */