pgsql: Fix typos referring to PGPROC

From: John Naylor <john(dot)naylor(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typos referring to PGPROC
Date: 2022-09-19 04:39:39
Message-ID: E1oa8ZH-000zm0-Dq@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typos referring to PGPROC

Japin Li

Reviewed by Kyotaro Horiguchi
Discussion: https://www.postgresql.org/message-id/MEYP282MB1669459813B36FB5EAA38434B6499@MEYP282MB1669.AUSP282.PROD.OUTLOOK.COM

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/08f8af983a8bd8ef78e48bab624071998a26cbb7

Modified Files
--------------
src/backend/access/transam/README | 2 +-
src/backend/access/transam/xact.c | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2022-09-19 09:00:27 pgsql: Fix typos.
Previous Message Peter Geoghegan 2022-09-18 21:34:46 Re: pgsql: Harmonize reorderbuffer parameter names.