diff options
Diffstat (limited to 'src/include/catalog/heap.h')
-rw-r--r-- | src/include/catalog/heap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/catalog/heap.h b/src/include/catalog/heap.h index f62536a8b21..5f9a864be5f 100644 --- a/src/include/catalog/heap.h +++ b/src/include/catalog/heap.h @@ -117,7 +117,7 @@ extern Form_pg_attribute SystemAttributeByName(const char *attname, extern void CheckAttributeNamesTypes(TupleDesc tupdesc, char relkind, bool allow_system_table_mods); -extern void CheckAttributeType(const char *attname, Oid atttypid, +extern void CheckAttributeType(const char *attname, Oid atttypid, Oid attcollation, bool allow_system_table_mods); #endif /* HEAP_H */ |