mirror of
https://github.com/postgres/postgres.git
synced 2026-02-24 18:37:22 -05:00
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. |
||
|---|---|---|
| .. | ||
| ecpg | ||
| libpq | ||
| Makefile | ||