pgsql: Fix typos in pgstat.c, reorderbuffer.c and pathnodes.h

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typos in pgstat.c, reorderbuffer.c and pathnodes.h
Date: 2021-07-08 10:56:29
Message-ID: E1m1Rhl-0005M5-B1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typos in pgstat.c, reorderbuffer.c and pathnodes.h

Reviewed-by: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Reviewed-by: Michael Paquier <michael(at)paquier(dot)xyz>
Discussion: https://postgr.es/m/50250765-5B87-4AD7-9770-7FCED42A6175@yesql.se

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/387925893edf2a3a30a8ddf2c6474d8a7eb056a5

Modified Files
--------------
src/backend/postmaster/pgstat.c | 6 +++---
src/backend/replication/logical/reorderbuffer.c | 2 +-
src/include/nodes/pathnodes.h | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2021-07-08 14:57:22 Re: pgsql: Don't try to print data type names in slot_store_error_callback(
Previous Message Peter Eisentraut 2021-07-08 07:52:15 pgsql: Improve error messages about mismatching relkind