Fix init_irels to close the pg_internal.init file before returning.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 16 Jan 2002 17:34:42 +0000 (17:34 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 16 Jan 2002 17:34:42 +0000 (17:34 +0000)
commit09036c39063e9bc0e0a746ccaa2f7aa26d3792ea
tree5789f2bdd88e794c9d8d5ebf385c14990fdde8a8
parent0358be81dc296e2effc8557175d83be4bc71b974
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.
src/backend/utils/cache/relcache.c