pgsql: Remove TOAST table from pg_database

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove TOAST table from pg_database
Date: 2012-03-01 15:53:32
Message-ID: E1S38Jw-000589-4e@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2012-03-01 18:02:54 pgsql: psql: Improve error display for psql -f -
Previous Message Magnus Hagander 2012-02-29 21:54:49 Re: pgsql: Fix MSVC builds for previous patch's addition of a src/port file