mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-09 20:27:30 +08: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>