add annotation and fix reviewer comment
This commit is contained in:
@ -40,8 +40,8 @@ CATALOG(pg_attrdef,2604) BKI_SCHEMA_MACRO
|
|||||||
#endif
|
#endif
|
||||||
char adgencol; /* generated column setting */
|
char adgencol; /* generated column setting */
|
||||||
#ifdef CATALOG_VARLEN /* variable-length fields start here */
|
#ifdef CATALOG_VARLEN /* variable-length fields start here */
|
||||||
pg_node_tree adbin_on_update
|
pg_node_tree adbin_on_update /* binrary format of on update express syntax */
|
||||||
text adsrc_on_update;
|
text adsrc_on_update; /* on update express syntax on Mysql Feature */
|
||||||
#endif
|
#endif
|
||||||
} FormData_pg_attrdef;
|
} FormData_pg_attrdef;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user