1
0
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:
Daniel Gustafsson
2024-09-03 11:33:38 +02:00
parent 2b5f57977f
commit 31a98934d1
3 changed files with 6 additions and 6 deletions

View File

@ -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);