pgsql-server/src/backend commands/prepare.c tc ...

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian - CVS)
Тема pgsql-server/src/backend commands/prepare.c tc ...
Дата
Msg-id 20020920034508.BDA4B476472@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@postgresql.org    02/09/19 23:45:08

Modified files:
    src/backend/commands: prepare.c
    src/backend/tcop: postgres.c

Log message:
    > I'm not sure why NDirectFileRead/NDirectFileWrite are unused at the
    > moment, but they used to be used; I think the correct response is to
    > put back the missing counter increments, not rip out the counters.

    Ok, fair enough. It's worth noting that they've been broken for a
    while -- for example, the HashJoin counter increments were broken when
    you comitted r1.20 of executor/nodeHashJoin.c in May of '99.

    I've attached a revised patch that doesn't remove the counters (but
    doesn't increment them either: I'm not sure of all the places where
    the counter should be incremented).

    Neil Conway


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

Предыдущее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql-server/doc/src/sgml func.sgml
Следующее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: contrib/earthdistance Makefile README.earthdis ...