1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-06 19:59:18 +03:00

Fix typo.

Reported-By: Michael Paquier <michael@paquier.xyz>
Discussion: https://postgr.es/m/YRIlNQhLNfx555Nx@paquier.xyz
This commit is contained in:
Andres Freund 2021-08-13 05:44:03 -07:00
parent 399edafa2a
commit 1d5135f004

View File

@ -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();