pgsql: Fix grammar of a comment in bufmgr.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix grammar of a comment in bufmgr.c
Date: 2024-10-21 02:27:16
Message-ID: E1t2i8a-001hY7-Sq@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix grammar of a comment in bufmgr.c

Author: Junwang Zhao
Discussion: https://postgr.es/m/CAEG8a3L5YjxXCjx0LhkwHdDGsNgpFGEqH7SqtXRPNP+dwFMVZQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/57a36e890d3d60e6408bf6805e91c82f7b370873

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

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2024-10-21 08:01:19 pgsql: Fix race condition in committing a serializable transaction
Previous Message Michael Paquier 2024-10-21 02:11:50 pgsql: injection_points: Add basic isolation test