Add resetStringInfo(), which clears the content of a StringInfo, and

Neil Conway <neilc@samurai.com>

Commit: 90d76525c5cc2f3f4781351a1d99be839dfa2874
Author: Neil Conway <neilc@samurai.com>
Date: 2007-03-03T19:32:55Z
Releases: 8.3.0
Add resetStringInfo(), which clears the content of a StringInfo, and
fixup various places in the tree that were clearing a StringInfo by hand.
Making this function a part of the API simplifies client code slightly,
and avoids needlessly peeking inside the StringInfo interface.

Files