Return pointer to the buffer used to store various fields values, so that
authorPavan Deolasee <[email protected]>
Wed, 6 Jul 2016 10:21:44 +0000 (15:51 +0530)
committerPavan Deolasee <[email protected]>
Wed, 6 Jul 2016 10:21:44 +0000 (15:51 +0530)
commit4fea6d6a4d36865732c62d540d7e3318d7d87a74
treefff8a036e6bbf57424e684e550831d167caf6294
parentf4d34784893cecb1554e20bf07a94a39a17c571d
Return pointer to the buffer used to store various fields values, so that
caller can free up the memory when done with it.

This fixes a memory like while running ALTER TABLE DISTRIBUTE BY
src/backend/pgxc/copy/copyops.c
src/backend/pgxc/locator/redistrib.c
src/include/pgxc/copyops.h