postgresql/doc
Peter Eisentraut 036166f26e Document and use SPI_result_code_string()
A lot of semi-internal code just prints out numeric SPI error codes,
which is not very helpful.  We already have an API function to convert
the codes to a string, so let's make more use of that.

Reviewed-by: Michael Paquier <michael.paquier@gmail.com>
2017-10-04 22:14:21 -04:00
..
src Document and use SPI_result_code_string() 2017-10-04 22:14:21 -04:00
bug.template
KNOWN_BUGS
Makefile
MISSING_FEATURES
TODO