Content-Length: 257366 | pFad | http://github.com/postgrespro/postgres/commit/f35e8d843117f9e1b8929a3cce8344baef75a389

6F Fix silly bug · postgrespro/postgres@f35e8d8 · GitHub
Skip to content

Commit f35e8d8

Browse files
committed
Fix silly bug
1 parent ba0f38d commit f35e8d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/tsearch2/ts_stat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ ts_stat_sql(text *txt, text *ws)
457457
if ( ws ) {
458458
char *buf;
459459
buf = VARDATA(ws);
460-
while( buf - VARDATA(ws) < VARSIZE(buf) - VARHDRSZ ) {
460+
while( buf - VARDATA(ws) < VARSIZE(ws) - VARHDRSZ ) {
461461
switch (tolower(*buf)) {
462462
case 'a':
463463
stat->weight |= 1 << 3;

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/f35e8d843117f9e1b8929a3cce8344baef75a389

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy