pgsql: Fix typo.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo.
Date: 2021-08-13 12:47:09
Message-ID: E1mEWab-0003Ep-4y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo.

Reported-By: Michael Paquier <michael(at)paquier(dot)xyz>
Discussion: https://postgr.es/m/YRIlNQhLNfx555Nx@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1d5135f0043b32a7d9fdc66a9553c2078900e240

Modified Files
--------------
src/backend/utils/init/postinit.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2021-08-13 12:47:13 Re: pgsql: Move temporary file cleanup to before_shmem_exit().
Previous Message Amit Kapila 2021-08-13 09:09:35 Re: pgsql: pgstat: Bring up pgstat in BaseInit() to fix uninitialized use o