summaryrefslogtreecommitdiff
path: root/src/include/catalog/pg_ts_dict.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/catalog/pg_ts_dict.h')
-rw-r--r--src/include/catalog/pg_ts_dict.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/catalog/pg_ts_dict.h b/src/include/catalog/pg_ts_dict.h
index 38128a313f..1b7cc30828 100644
--- a/src/include/catalog/pg_ts_dict.h
+++ b/src/include/catalog/pg_ts_dict.h
@@ -51,4 +51,6 @@ CATALOG(pg_ts_dict,3600,TSDictionaryRelationId)
typedef FormData_pg_ts_dict *Form_pg_ts_dict;
+DECLARE_TOAST(pg_ts_dict, 4169, 4170);
+
#endif /* PG_TS_DICT_H */