pgsql: Fix typo in comments

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo in comments
Date: 2024-02-02 22:20:25
Message-ID: E1rW1tZ-004P9Z-QP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in comments

Backpatch-through: v16

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/cd307c38f043e40fd2419d5a035b1a078a32c6b4

Modified Files
--------------
src/backend/storage/buffer/bufmgr.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2024-02-02 23:51:28 pgsql: Improve documentation for COPY ... ON_ERROR ...
Previous Message Tom Lane 2024-02-02 20:34:46 pgsql: Translate ENOMEM to ERRCODE_OUT_OF_MEMORY in errcode_for_file_ac