Remove TOAST table from pg_database

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 3433c6ba002f711a60352c3518f30cda73d06087
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2012-03-01T15:50:52Z
Releases: 9.2.0
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

PathChange+/−
src/backend/catalog/catalog.c modified +1 −3
src/include/catalog/catversion.h modified +1 −1
src/include/catalog/toasting.h modified +0 −3