diff options
| author | Bruce Momjian | 2015-03-22 02:14:49 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2015-03-22 02:14:49 +0000 |
| commit | 1c7087af422fcdd6785a8e2dccbfc1ed567171a0 (patch) | |
| tree | 84a63150ea062439e9926f8e58c58c99d9fef7fc /src/include | |
| parent | 34afbba84e8fd12bbf905d68d1112f51ed584df9 (diff) | |
Add TOAST table to pg_shseclabel for long label use
Report by Andres Freund
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/catalog/toasting.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/catalog/toasting.h b/src/include/catalog/toasting.h index cba4ae7ad9..fb2f03532b 100644 --- a/src/include/catalog/toasting.h +++ b/src/include/catalog/toasting.h @@ -62,5 +62,8 @@ DECLARE_TOAST(pg_shdescription, 2846, 2847); DECLARE_TOAST(pg_db_role_setting, 2966, 2967); #define PgDbRoleSettingToastTable 2966 #define PgDbRoleSettingToastIndex 2967 +DECLARE_TOAST(pg_shseclabel, 4060, 4061); +#define PgShseclabelToastTable 4060 +#define PgShseclabelToastIndex 4061 #endif /* TOASTING_H */ |
