diff options
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 2e7b755aebb..fec39354c03 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 * |