diff options
author | David Rowley | 2025-01-01 23:42:01 +0000 |
---|---|---|
committer | David Rowley | 2025-01-01 23:42:01 +0000 |
commit | 11012c503759f8018d8831bc6eb1f998eba7ad25 (patch) | |
tree | 4c81ce997993741a27630e72c12f0cc9dfa5cee2 /src/backend/replication | |
parent | 50e6eb731d98ab6d0e625a0b87fb327b172bbebd (diff) |
Fix an assortment of spelling mistakes and typos
Author: Alexander Lakhin <[email protected]>
Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/backend/replication')
-rw-r--r-- | src/backend/replication/logical/decode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/replication/logical/decode.c b/src/backend/replication/logical/decode.c index 934a795e323..0bff0f10652 100644 --- a/src/backend/replication/logical/decode.c +++ b/src/backend/replication/logical/decode.c @@ -519,8 +519,8 @@ heap_decode(LogicalDecodingContext *ctx, XLogRecordBuffer *buf) * tuples, we're not interested in the record's contents. * * WAL contains likely-unnecessary commit-time invals from the - * CacheInvalidateHeapTuple() call in heap_inplace_update(). - * Excess invalidation is safe. + * CacheInvalidateHeapTuple() call in + * heap_inplace_update_and_unlock(). Excess invalidation is safe. */ break; |