Content-Length: 253820 | pFad | http://github.com/postgrespro/postgres/commit/72ceb21b029433dd82f29182894dce63e639b4d4

47 Fix a compiler warning in initStringInfo(). · postgrespro/postgres@72ceb21 · GitHub
Skip to content

Commit 72ceb21

Browse files
committed
Fix a compiler warning in initStringInfo().
Fix a compiler warning found by Cfbot. This was caused by commit bb86e85e442.
1 parent ceb2855 commit 72ceb21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/stringinfo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ makeStringInfoExt(int initsize)
9696
void
9797
initStringInfo(StringInfo str)
9898
{
99-
return initStringInfoInternal(str, STRINGINFO_DEFAULT_SIZE);
99+
initStringInfoInternal(str, STRINGINFO_DEFAULT_SIZE);
100100
}
101101

102102
/*

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/72ceb21b029433dd82f29182894dce63e639b4d4

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy