diff options
Diffstat (limited to 'src/include/executor')
| -rw-r--r-- | src/include/executor/tuptable.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/include/executor/tuptable.h b/src/include/executor/tuptable.h index 0642a3ada5e..a5779b15eab 100644 --- a/src/include/executor/tuptable.h +++ b/src/include/executor/tuptable.h @@ -170,5 +170,7 @@ extern Datum slot_getattr(TupleTableSlot *slot, int attnum, bool *isnull);  extern void slot_getallattrs(TupleTableSlot *slot);  extern void slot_getsomeattrs(TupleTableSlot *slot, int attnum);  extern bool slot_attisnull(TupleTableSlot *slot, int attnum); +extern bool slot_getsysattr(TupleTableSlot *slot, int attnum, +				Datum *value, bool *isnull);  #endif							/* TUPTABLE_H */ | 
