Fix some trivial issues of the document/comment

From: "ZHUO QL (KDr2)" <zhuoql(at)yahoo(dot)com>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Fix some trivial issues of the document/comment
Date: 2018-04-28 04:28:38
Message-ID: 44296255.1819230.1524889719001@mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I'm learning PGSQL and reading the source, and find few trivial issues in the docs:
- doc of catalogs: table 'pg_replication_origin' is a shared relation  but is not mentioned in the doc.
- README of mmgr: make variable names consistent.
- trivial error fix in the comment of block.h: InvalidBlockNumber is defined in bufmgr.h not buf.h now.

I have my fixes attached, please consider giving it a review.

Greetings.

ZHUO QL (KDr2, http://kdr2.com)

Attachment Content-Type Size
0001-doc-update-doc-of-catalogs-README-of-mmgr-etc.patch text/x-patch 2.2 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2018-04-28 04:39:58 Re: [RFC] Add an until-0 loop in psql
Previous Message Andrey Borodin 2018-04-28 04:22:19 Re: GSoC 2018: Sorting Algorithm and Benchmarking