1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Assorted minor doc/comment fixes.

Identify pg_replication_origin as a shared catalog in catalogs.sgml,
using the same boilerplate wording used for most other shared catalogs
(and tweak another place where someone had randomly deviated from
that boilerplate).

Make an example in mmgr/README more consistent with surrounding text.

Update an obsolete cross-reference in a comment in storage/block.h.

Zhuo Ql

Discussion: https://postgr.es/m/44296255.1819230.1524889719001@mail.yahoo.com
This commit is contained in:
Tom Lane
2018-04-28 11:46:15 -04:00
parent 63ca350ef9
commit 4094031dd3
3 changed files with 10 additions and 3 deletions

View File

@ -401,7 +401,7 @@ GetMemoryChunkContext())
and then invoke the corresponding method for the context
context->methods->free_p(p);
context->methods->free_p(pointer);
More Control Over aset.c Behavior

View File

@ -22,7 +22,7 @@
* contains exactly one disk block). the blocks are numbered
* sequentially, 0 to 0xFFFFFFFE.
*
* InvalidBlockNumber is the same thing as P_NEW in buf.h.
* InvalidBlockNumber is the same thing as P_NEW in bufmgr.h.
*
* the access methods, the buffer manager and the storage manager are
* more or less the only pieces of code that should be accessing disk