postgresql plugin: Split off memory management into dedicated functions.
authorSebastian Harl <sh@tokkee.org>
Fri, 18 Jul 2008 19:36:41 +0000 (21:36 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Thu, 24 Jul 2008 12:18:04 +0000 (14:18 +0200)
commit122cdaec2cc7d235d58a5e3e97aa6a4bbfa2d37c
tree965d1affcd374a8daf72547ff4d5940a583ec841
parentd9152fff1f4b04a3457b8b983da71d3674b01a6d
postgresql plugin: Split off memory management into dedicated functions.

Allocation and freeing of c_psql_database_t objects is now handled by the new
functions. This increases readability of the code.

Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/postgresql.c