mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
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
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user