Thread: pgsql: Remove TOAST table from pg_database

pgsql: Remove TOAST table from pg_database

From
Alvaro Herrera
Date:
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3433c6ba002f711a60352c3518f30cda73d06087

Modified Files
--------------
src/backend/catalog/catalog.c    |    4 +---
src/include/catalog/catversion.h |    2 +-
src/include/catalog/toasting.h   |    3 ---
3 files changed, 2 insertions(+), 7 deletions(-)