pgsql: Fix formatting and comment typos

From: John Naylor <john(dot)naylor(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix formatting and comment typos
Date: 2022-08-04 09:43:32
Message-ID: E1oJXO8-000Fwe-DR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix formatting and comment typos

Justin Pryzby

Discussion: https://www.postgresql.org/message-id/20220801181136.GJ15006%40telsasoft.com

Branch
------
master

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

Modified Files
--------------
src/backend/commands/dbcommands.c | 6 +++---
src/backend/commands/explain.c | 1 -
src/include/replication/reorderbuffer.h | 2 +-
3 files changed, 4 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2022-08-04 14:31:53 pgsql: Rephrase comments to make them clearer
Previous Message John Naylor 2022-08-04 09:11:48 pgsql: Fix assorted doc typos