Use MemoryContextAlloc() instead of palloc(). The former allocates
authorMark Wong <markwkm@gmail.com>
Sun, 17 Aug 2008 06:33:25 +0000 (23:33 -0700)
committerMark Wong <markwkm@gmail.com>
Sun, 17 Aug 2008 06:33:25 +0000 (23:33 -0700)
commitfade7761ae5dacbfc48eef9cce7973c15409404b
tree2c4092948175cae34c15966ecfdff20dc3491dde
parentf1e16255732e3497d39b0765e57ef3ffa6c83a79
Use MemoryContextAlloc() instead of palloc().  The former allocates
memory that is persistent between calls while the latter doesn't.
pg_proctab.c