1
0
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:
Michael Paquier
2020-06-12 21:05:10 +09:00
parent ffd2582297
commit aaf8c99050
5 changed files with 9 additions and 11 deletions

View File

@@ -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.
*

View File

@@ -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,