Skip to content

Commit 9522ec3

Browse files
committed
Fix typo in b34e37b.
Spotted by Peter Geoghegan.
1 parent a9d0f1c commit 9522ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/adt/varlena.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1851,7 +1851,7 @@ bttextfastcmp_locale(Datum x, Datum y, SortSupport ssup)
18511851
if (len2 >= tss->buflen2)
18521852
{
18531853
pfree(tss->buf2);
1854-
tss->buflen1 = Max(len2 + 1, Min(tss->buflen2 * 2, MaxAllocSize));
1854+
tss->buflen2 = Max(len2 + 1, Min(tss->buflen2 * 2, MaxAllocSize));
18551855
tss->buf2 = MemoryContextAlloc(ssup->ssup_cxt, tss->buflen2);
18561856
}
18571857

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy