diff options
Diffstat (limited to 'src/backend/replication/logical/worker.c')
-rw-r--r-- | src/backend/replication/logical/worker.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/logical/worker.c b/src/backend/replication/logical/worker.c index 334bf3e7aff..6966037d2ef 100644 --- a/src/backend/replication/logical/worker.c +++ b/src/backend/replication/logical/worker.c @@ -4092,7 +4092,7 @@ subscription_change_cb(Datum arg, int cacheid, uint32 hashvalue) * subxact_info_write * Store information about subxacts for a toplevel transaction. * - * For each subxact we store offset of it's first change in the main file. + * For each subxact we store offset of its first change in the main file. * The file is always over-written as a whole. * * XXX We should only store subxacts that were not aborted yet. |