pgsql/src backend/commands/copy.c backend/exec ...

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql/src backend/commands/copy.c backend/exec ...
Дата
Msg-id 20020521225901.5875F47634E@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    02/05/21 18:59:01

Modified files:
    src/backend/commands: copy.c
    src/backend/executor: execMain.c
    src/backend/utils/time: tqual.c
    src/include/utils: tqual.h

Log message:
    Since COPY fires triggers, it seems like a good idea for it to use
    a frozen (copied) snapshot too.  Move execMain's snapshot copying code
    out into a subroutine in case we find other places that need it.


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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql/src backend/access/heap/heapam.c backend ...
Следующее
От: inoue@postgresql.org (Hiroshi Inoue)
Дата:
Сообщение: pgsql/src/interfaces/odbc bind.c bind.h connec ...