postgresql plugin: Connect to the database in the read function.
authorSebastian Harl <sh@tokkee.org>
Thu, 25 Mar 2010 17:49:48 +0000 (18:49 +0100)
committerSebastian Harl <sh@tokkee.org>
Thu, 25 Mar 2010 17:49:48 +0000 (18:49 +0100)
commit8c8ad69c937a0dfdf328896c217c91499bf3e219
tree26ec377e9c316be8a1998d646f7917dcc3547364
parent48972087d132bca8221e01e0a556bcc39768dde4
postgresql plugin: Connect to the database in the read function.

… rather than the init function. This way, we don't need access to some global
list of databases in the init function and it's done in preparation to using
the "complex read" system.
src/postgresql.c