pgsql/src/backend/utils/cache relcache.c

Поиск
Список
Период
Сортировка
От tgl@postgresql.org
Тема pgsql/src/backend/utils/cache relcache.c
Дата
Msg-id 200201161734.g0GHYlj66789@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    02/01/16 12:34:45

Modified files:
    src/backend/utils/cache: relcache.c

Log message:
    Fix init_irels to close the pg_internal.init file before returning.
    This saves one open file descriptor per backend, and avoids an
    annoying NOTICE on Cygwin (which has trouble deleting open files).
    Bug appears to date back to original coding of init_irels, circa 1992.


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

Предыдущее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/src/backend/utils/cache relcache.c
Следующее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/src backend/access/heap/tuptoaster.c bac ...