pgsql: Fix typo in comment.

From: Masahiko Sawada <msawada(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo in comment.
Date: 2023-06-14 04:30:46
Message-ID: E1q9I9d-001hiX-SR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in comment.

Introduced in 4d330a61bb1.

Author: Masahiko Sawada
Reviewed-by: Michael Paquier
Discussion: https://postgr.es/m/CAD21AoDg8rTWJkrNJg9UTP89vS8smfib2c55DVqKrCn8zR-GYA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4327f6c7480fea9348ea6825a9d38a71b2ef8785

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

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2023-06-14 12:35:40 pgsql: Make parseNodeString() C idiom compatible with Visual Studio 201
Previous Message Amit Langote 2023-06-14 03:03:10 pgsql: Retain relkind too in RTE_SUBQUERY entries for views.