diff options
| author | Michael Paquier | 2020-04-14 05:45:43 +0000 |
|---|---|---|
| committer | Michael Paquier | 2020-04-14 05:45:43 +0000 |
| commit | 8128b0c152a67917535f50738ac26da4f984ddd9 (patch) | |
| tree | 3136a4d42d8e9e98ee38e3c07ae18a9032cbb547 /src/backend/replication | |
| parent | f762b2feba276a627585cb7e834fb7a1bf4c549d (diff) | |
Fix collection of typos and grammar mistakes in the tree, volume 2
This fixes some comments and documentation new as of Postgres 13, and is
a follow-up of the work done in dd0f37e.
Author: Justin Pryzby
Discussion: https://postgr.es/m/20200408165653.GF2228@telsasoft.com
Diffstat (limited to 'src/backend/replication')
| -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 2e7b755aeb..fec39354c0 100644 --- a/src/backend/replication/logical/relation.c +++ b/src/backend/replication/logical/relation.c @@ -575,7 +575,7 @@ logicalrep_partmap_init(void) * Returned entry reuses most of the values of the root table's entry, save * the attribute map, which can be different for the partition. * - * Note there's no logialrep_partition_close, because the caller closes the + * Note there's no logicalrep_partition_close, because the caller closes the * the component relation. */ LogicalRepRelMapEntry * |
