pgsql: Remove TOAST table from pg_database - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Remove TOAST table from pg_database
Date
Msg-id E1S38Jw-000589-4e@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: pgsql: Fix MSVC builds for previous patch's addition of a src/port file
Next
From: Peter Eisentraut
Date:
Subject: pgsql: psql: Improve error display for psql -f -