Forum OpenACS Development: Hi, proposed change to nspostgres. Please take a look

Hi, someone on the aolserver list found an issue in blob_dml_file() in nspostgres.c, so, I made some changes to that function to solve those reported problems and restructure it a bit so that it can have single exit point (instead of lots of return statements).

You can get it here:

git clone git://github.com/jwlynch/nspostgres.git

-Jim