From 31a98934d1699007b50aefaedd68ab4d6b42e3b4 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Tue, 3 Sep 2024 11:33:38 +0200 Subject: Fix typos in code comments and test data The typos in 005_negotiate_encryption.pl and pg_combinebackup.c shall be backported to v17 where they were introduced. Backpatch-through: v17 Discussion: https://postgr.es/m/Ztaj7BkN4658OMxF@paquier.xyz --- src/backend/storage/buffer/bufmgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/storage/buffer/bufmgr.c') diff --git a/src/backend/storage/buffer/bufmgr.c b/src/backend/storage/buffer/bufmgr.c index 5cdd2f10fc8..71d2ab8b49f 100644 --- a/src/backend/storage/buffer/bufmgr.c +++ b/src/backend/storage/buffer/bufmgr.c @@ -4741,7 +4741,7 @@ RelationCopyStorageUsingBuffer(RelFileLocator srclocator, bstrategy_src = GetAccessStrategy(BAS_BULKREAD); bstrategy_dst = GetAccessStrategy(BAS_BULKWRITE); - /* Initalize streaming read */ + /* Initialize streaming read */ p.blocknum = 0; p.nblocks = nblocks; src_smgr = smgropen(srclocator, INVALID_PROC_NUMBER); -- cgit v1.2.3