aboutsummaryrefslogtreecommitdiff
path: root/src/include/catalog/pg_attrdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/catalog/pg_attrdef.h')
-rw-r--r--src/include/catalog/pg_attrdef.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/catalog/pg_attrdef.h b/src/include/catalog/pg_attrdef.h
index e4a37ec3268..a9a2351efdd 100644
--- a/src/include/catalog/pg_attrdef.h
+++ b/src/include/catalog/pg_attrdef.h
@@ -33,7 +33,6 @@ CATALOG(pg_attrdef,2604,AttrDefaultRelationId)
#ifdef CATALOG_VARLEN /* variable-length fields start here */
pg_node_tree adbin BKI_FORCE_NOT_NULL; /* nodeToString representation of default */
- text adsrc BKI_FORCE_NOT_NULL; /* human-readable representation of default */
#endif
} FormData_pg_attrdef;