pgsql: Fix grammar mistakes in md.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix grammar mistakes in md.c
Date: 2019-01-10 00:39:34
Message-ID: E1ghONi-0007cr-G7@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix grammar mistakes in md.c

Author: Kirk Jamison
Discussion: https://postgr.es/m/D09B13F772D2274BB348A310EE3027C640AC54@g01jpexmbkw24

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5d59a6c5eaff4a58322683e450e76a11d943d322

Modified Files
--------------
src/backend/storage/smgr/md.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-01-10 00:48:01 pgsql: Use perfect hashing, instead of binary search, for keyword looku
Previous Message Tom Lane 2019-01-09 20:22:55 pgsql: Reduce the size of the fmgr_builtin_oid_index[] array.