Reported-By: Michael Paquier <michael@paquier.xyz>
Discussion: https://postgr.es/m/YRIlNQhLNfx555Nx@paquier.xyz
pull/68/head
Andres Freund 4 years ago
parent 399edafa2a
commit 1d5135f004
  1. 2
      src/backend/utils/init/postinit.c

@ -537,7 +537,7 @@ BaseInit(void)
InitBufferPoolAccess(); InitBufferPoolAccess();
/* /*
* Initialize temporary file access after pgstat, so that the temorary * Initialize temporary file access after pgstat, so that the temporary
* file shutdown hook can report temporary file statistics. * file shutdown hook can report temporary file statistics.
*/ */
InitTemporaryFileAccess(); InitTemporaryFileAccess();

Loading…
Cancel
Save