Обсуждение: pgsql/src/backend/utils/cache relcache.c

Поиск
Список
Период
Сортировка

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

От
tgl@postgresql.org
Дата:
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.