Remove TOAST table from pg_database
Alvaro Herrera <alvherre@alvh.no-ip.org>
Remove TOAST table from pg_database The only toastable column now is datacl, but we don't really support long ACLs anyway. The TOAST table should have been removed when the pg_db_role_setting catalog was introduced in commit 2eda8dfb52ed9962920282d8384da8bb4c22514d, but I forgot to do that. Per -hackers discussion on March 2011.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/catalog.c | modified | +1 −3 |
| src/include/catalog/catversion.h | modified | +1 −1 |
| src/include/catalog/toasting.h | modified | +0 −3 |