postgresql plugin: Renamed config_set() to config_set_s().
authorSebastian Harl <sh@tokkee.org>
Tue, 26 Aug 2008 14:07:48 +0000 (16:07 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Tue, 26 Aug 2008 17:09:09 +0000 (19:09 +0200)
commitcb23b65c5b01cc632584af2f17a1cc338c85ca28
tree2e8f9990e54759239a13f0d55d38bf31b31745a2
parentbb6d6228d77817049cb00da6edd389c5bcaef4ea
postgresql plugin: Renamed config_set() to config_set_s().

The latter name includes the type (string) of the data being handled and,
thus, allows functions handling other types to be named in a consistent way.

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