Fix some trivial issues of the document/comment

Started by ZHUO QL (KDr2)almost 8 years ago2 messageshackers
Jump to latest
#1ZHUO QL (KDr2)
zhuoql@yahoo.com

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)

Attachments:

0001-doc-update-doc-of-catalogs-README-of-mmgr-etc.patchtext/x-patchDownload+9-6
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: ZHUO QL (KDr2) (#1)
Re: Fix some trivial issues of the document/comment

"ZHUO QL (KDr2)" <zhuoql@yahoo.com> writes:

I'm learning PGSQL and reading the source, and find few trivial issues in the docs:

LGTM, pushed. Thanks for the patch!

regards, tom lane