At 09:15 PM 2/27/2003, Greg Fausak wrote:
Has anybody started on support for Postgres?
I am not aware.
I've checked out the layering and it seems
to be a fairly modular project. I haven't coded
in C for quite some time, but I think I can handle
it. Any hints? Should I even try?
That would be way great.
The only thing I can see having problems with is
the build/configure system. How do I hook in a new
module?
create a directory, copy some other module's Makefile
in it and that's it. (modules/mysql/Makefile is a good
example which links to external libs) The main Makefile
will find it.
-Jiri