1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-25 12:03:53 +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