pgsql/src/backend/commands (copy.c)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql/src/backend/commands (copy.c)
Дата
Msg-id 200008220406.e7M46LV65179@hub.org
обсуждение исходный текст
Список pgsql-committers
  Date: Tuesday, August 22, 2000 @ 00:06:21
Author: tgl

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

Modified Files:
    copy.c

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

Fix a many-legged critter reported by chifungfan@yahoo.com: under the
right circumstances a hash join executed as a DECLARE CURSOR/FETCH
query would crash the backend.  Problem as seen in current sources was
that the hash tables were stored in a context that was a child of
TransactionCommandContext, which got zapped at completion of the FETCH
command --- but cursor cleanup executed at COMMIT expected the tables
to still be valid.  I haven't chased down the details as seen in 7.0.*
but I'm sure it's the same general problem.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql/src/backend/utils/mmgr (mcxt.c)
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql/src/backend/tcop (pquery.c)