pgsql: Remove TOAST table from pg_database

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Remove TOAST table from pg_database
Дата
Msg-id E1S38Jw-000589-4e@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: pgsql: Fix MSVC builds for previous patch's addition of a src/port file
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: psql: Improve error display for psql -f -