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/access/heap/pruneheap.c | |
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/access/heap/pruneheap.c')
-rw-r--r-- | src/backend/access/heap/pruneheap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/heap/pruneheap.c b/src/backend/access/heap/pruneheap.c index b4687b446c6..5e2d2645dd2 100644 --- a/src/backend/access/heap/pruneheap.c +++ b/src/backend/access/heap/pruneheap.c @@ -2133,7 +2133,7 @@ log_heap_prune_and_freeze(Relation relation, Buffer buffer, sizeof(OffsetNumber) * nfrozen); /* - * Prepare the main xl_heap_prune record. We already set the XLPH_HAS_* + * Prepare the main xl_heap_prune record. We already set the XLHP_HAS_* * flag above. */ if (RelationIsAccessibleInLogicalDecoding(relation)) |