mirror of
https://github.com/postgres/postgres.git
synced 2025-05-28 05:21:27 +03:00
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>