Remove TOAST table from pg_database
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 29 Feb 2012 02:43:36 +0000 (23:43 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 1 Mar 2012 15:50:52 +0000 (12:50 -0300)
commit3433c6ba002f711a60352c3518f30cda73d06087
tree644b2eb9cd1f6689a1e52b2f39c1cc6407db3965
parenta5c1a1969dd838189e5cc936c15cb40e13fb6d68
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.
src/backend/catalog/catalog.c
src/include/catalog/catversion.h
src/include/catalog/toasting.h