pgsql/src/backend/executor (execMain.c)

Поиск
Список
Период
Сортировка
От Jan Wieck
Тема pgsql/src/backend/executor (execMain.c)
Дата
Msg-id 200007051617.e65GHwe29122@hub.org
обсуждение исходный текст
Список pgsql-committers
  Date: Wednesday, July  5, 2000 @ 12:17:49
Author: wieck

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/executor
     from hub.org:/tmp/cvs-serv21402/backend/executor

Modified Files:
    execMain.c

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

Changed TOAST relations to have relkind RELKIND_TOASTVALUE.

Special handling of TOAST relations during VACUUM. TOAST relations
are vacuumed while the lock on the master table is still active.
The ANALYZE flag doesn't propagate to their vacuuming because the
toaster access routines allways use index access ignoring stats, so
why compute them at all.

Protection of TOAST relations against normal INSERT/UPDATE/DELETE
while offering SELECT for debugging purposes.

Jan


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

Предыдущее
От: Jan Wieck
Дата:
Сообщение: pgsql/src/backend/commands (command.c vacuum.c)
Следующее
От: "Marc G. Fournier"
Дата:
Сообщение: pgsql (configure configure.in)