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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user