diff options
author | Michael Paquier <michael@paquier.xyz> | 2020-06-12 21:05:10 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2020-06-12 21:05:10 +0900 |
commit | aaf8c990502f7bb28c10f6bab1d23fe2f9f0b537 (patch) | |
tree | dfc9670fce438cb3fea0eefe98532facdf254ed0 /src/backend/replication/logical/relation.c | |
parent | ffd2582297b86f640b60ba46097b70743f920d35 (diff) | |
download | postgresql-aaf8c990502f7bb28c10f6bab1d23fe2f9f0b537.tar.gz postgresql-aaf8c990502f7bb28c10f6bab1d23fe2f9f0b537.zip |
Fix typos and some format mistakes in comments
Author: Justin Pryzby
Discussion: https://postgr.es/m/20200612023709.GC14879@telsasoft.com
Diffstat (limited to 'src/backend/replication/logical/relation.c')
-rw-r--r-- | src/backend/replication/logical/relation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/logical/relation.c b/src/backend/replication/logical/relation.c index 5781b42af62..a60c73d74d5 100644 --- a/src/backend/replication/logical/relation.c +++ b/src/backend/replication/logical/relation.c @@ -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, |