diff options
Diffstat (limited to 'src/include/catalog/pg_attrdef.h')
| -rw-r--r-- | src/include/catalog/pg_attrdef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/catalog/pg_attrdef.h b/src/include/catalog/pg_attrdef.h index b92fd1593f..6c6366bb2f 100644 --- a/src/include/catalog/pg_attrdef.h +++ b/src/include/catalog/pg_attrdef.h @@ -31,7 +31,7 @@ CATALOG(pg_attrdef,2604) { Oid adrelid; /* OID of table containing attribute */ - int2 adnum; /* attnum of attribute */ + int16 adnum; /* attnum of attribute */ #ifdef CATALOG_VARLEN /* variable-length fields start here */ pg_node_tree adbin; /* nodeToString representation of default */ |
