TopicMailing ListsActivityParticipants
4 commits
Micro-optimize appendStringInfo[VA].
masterunreleased
Replace formatting.c's fixed-size output buffers with StringInfos.
masterunreleased
Restructure formatting.c's NUM_processor() to add some const-sanity.
masterunreleased
Convert DCH_to_char() to use a StringInfo as destination.
masterunreleased
PG20-2Committed
Patch#7147
TagsRefactoring Only
CICI score: 9/10
CommitterTom Lane (tgl)
CI historyCI passed - final, thread committed
Patchsetv1
Statewon't retry
Resultsuccess
Tests1023 / 1023
Base3d behind master
Make formatting.c use StringInfos for output buffershackers
hackers
2 replies
3 days ago
Tom LaneHeikki Linnakangas
1 commit
Rewrite tsqueryout() to use StringInfo to build the output string.
masterunreleased
PG20-2Committed
Patch#7146
TagsRefactoring Only
CICI score: 9/10
CommitterTom Lane (tgl)
CI historyCI passed - final, thread committed
Patchsetv1
Statewon't retry
Resultsuccess
Tests1023 / 1023
Base4d behind master
Make tsqueryout() use a StringInfohackers
hackers
3 replies
Aug 16, 18:14
Tom LaneAyush Tiwari