WIP: Move stringinfo to common/
authorAndres Freund <andres@anarazel.de>
Thu, 19 Sep 2019 18:57:50 +0000 (11:57 -0700)
committerAndres Freund <andres@anarazel.de>
Fri, 20 Sep 2019 03:17:26 +0000 (20:17 -0700)
commit7f20f9d809e6bd6ab34ba51aa914ad75b8e5c46d
treeb3f405eafc1e87291ebcf2bc0340c11ddd2888b1
parent9a6cc06ffabbdc6c455ce11dc07b2a501b3c22bd
WIP: Move stringinfo to common/

TODO:
- header still in lib/, there's a lot of includes. Move anyway/
- Reconsider MaxAllocSize
- cleanup

Author:
Reviewed-By:
Discussion: https://postgr.es/m/
Backpatch:
src/backend/lib/Makefile
src/bin/pg_waldump/compat.c
src/bin/pg_waldump/pg_waldump.c
src/common/Makefile
src/common/stringinfo.c [moved from src/backend/lib/stringinfo.c with 88% similarity]