index de0b91e1fa8cf3da9628b123b7b061dd7a401a04..3d452d50a198e1a21ff5691ce05203e33af9f5ad 100644 (file)
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
@@ -801,5 +802,6 @@ heap_getattr(HeapTuple tup, int attnum, TupleDesc tupleDesc, bool *isnull)
else
return heap_getsysattr(tup, attnum, tupleDesc, isnull);
}
+#endif /* FRONTEND */
#endif /* HTUP_DETAILS_H */