postgresql/src/interfaces
Tom Lane 36df743a4a Fix lo_import and lo_export to return useful error messages more often.
I found that these functions tend to return -1 while leaving an empty error
message string in the PGconn, if they suffer some kind of I/O error on the
file.  The reason is that lo_close, which thinks it's executed a perfectly
fine SQL command, clears the errorMessage.  The minimum-change workaround
is to reorder operations here so that we don't fill the errorMessage until
after lo_close.
2012-10-08 21:53:04 -04:00
..
ecpg Add missing format argument to ecpg_log() call 2011-09-08 22:13:27 +03:00
libpq Fix lo_import and lo_export to return useful error messages more often. 2012-10-08 21:53:04 -04:00
Makefile Replace useless uses of := by = in makefiles. 2007-02-09 15:56:00 +00:00