add materialized view feature to opengauss
This commit is contained in:
@ -149,4 +149,7 @@ extern bool tupledesc_have_pck(TupleConstr* constr);
|
||||
|
||||
extern void copyDroppedAttribute(Form_pg_attribute target, Form_pg_attribute source);
|
||||
|
||||
/* Accessor for the i'th attribute of tupdesc. */
|
||||
#define TupleDescAttr(tupdesc, i) (&(tupdesc)->attrs[(i)])
|
||||
|
||||
#endif /* TUPDESC_H */
|
||||
|
||||
Reference in New Issue
Block a user