postgresql/src/backend/utils/cache
Tom Lane 0f2d949c1e 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.
2002-01-16 17:34:42 +00:00
..
catcache.c New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
fcache.c Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo 2001-10-06 23:21:45 +00:00
inval.c IsSystemRelationName() treats TOAST relations as system relations. 2001-11-16 23:30:35 +00:00
lsyscache.c pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +00:00
Makefile Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo 2001-10-06 23:21:45 +00:00
relcache.c Fix init_irels to close the pg_internal.init file before returning. 2002-01-16 17:34:42 +00:00
syscache.c pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +00:00
temprel.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00