Expanded strings. contexts
authorRobert Haas <rhaas@postgresql.org>
Tue, 19 Jan 2016 03:19:14 +0000 (22:19 -0500)
committerRobert Haas <rhaas@postgresql.org>
Tue, 19 Jan 2016 03:19:14 +0000 (22:19 -0500)
commit2b673ebfcb4158ef869d2f82c7024746e988b019
treeea2f72e56285f1c14f3459f13b9e7ca513994caa
parentdfad888f01804a942bff8368fb96b5aa07a8973d
Expanded strings.
src/backend/executor/nodeAgg.c
src/backend/utils/adt/Makefile
src/backend/utils/adt/expandedstring.c [new file with mode: 0644]
src/backend/utils/adt/varlena.c
src/include/catalog/pg_aggregate.h
src/include/catalog/pg_proc.h
src/include/utils/builtins.h
src/include/utils/expandedstring.h [new file with mode: 0644]