mirror of
https://github.com/postgres/postgres.git
synced 2025-08-30 06:01:21 +03:00
Fix typos and some format mistakes in comments
Author: Justin Pryzby Discussion: https://postgr.es/m/20200612023709.GC14879@telsasoft.com
This commit is contained in:
@@ -427,7 +427,7 @@ restart:
|
||||
|
||||
|
||||
/*
|
||||
* Lookup replication origin via it's oid and return the name.
|
||||
* Lookup replication origin via its oid and return the name.
|
||||
*
|
||||
* The external name is palloc'd in the calling context.
|
||||
*
|
||||
|
@@ -576,7 +576,7 @@ logicalrep_partmap_init(void)
|
||||
* the attribute map, which can be different for the partition.
|
||||
*
|
||||
* Note there's no logicalrep_partition_close, because the caller closes the
|
||||
* the component relation.
|
||||
* component relation.
|
||||
*/
|
||||
LogicalRepRelMapEntry *
|
||||
logicalrep_partition_open(LogicalRepRelMapEntry *root,
|
||||
|
Reference in New Issue
Block a user