pgsql/src/include/access (tuptoaster.h)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql/src/include/access (tuptoaster.h)
Дата
Msg-id 200007040611.e646Bst35471@hub.org
обсуждение исходный текст
Список pgsql-committers
  Date: Tuesday, July  4, 2000 @ 02:11:52
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/include/access
     from hub.org:/home/projects/pgsql/tmp/cvs-serv35177/include/access

Modified Files:
    tuptoaster.h

-----------------------------  Log Message  -----------------------------

Make toast-table creation and deletion work somewhat reliably.
Don't go through pg_exec_query_dest(), but directly to the execution
routines.  Also, extend parameter lists so that there's no need to
change the global setting of allowSystemTableMods, a hack that was
certain to cause trouble in the event of any error.

В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql/src/include/catalog (heap.h index.h pg_opclass.h)
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql/contrib/fulltextindex (fti.c)