postgresql/src/backend/utils
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
..
adt Document and use SPI_result_code_string() 2017-10-04 22:14:21 -04:00
cache Refactor new file permission handling 2017-09-23 10:16:18 -04:00
error Reduce excessive dereferencing of function pointers 2017-09-07 13:56:09 -04:00
fmgr Replace binary search in fmgr_isbuiltin with a lookup array. 2017-10-04 00:22:38 -07:00
hash Remove broken and useless entry-count printing in HASH_DEBUG code. 2017-08-02 12:17:08 -04:00
init Remove replacement selection sort. 2017-09-29 10:25:44 -04:00
mb Reduce excessive dereferencing of function pointers 2017-09-07 13:56:09 -04:00
misc Remove replacement selection sort. 2017-09-29 10:25:44 -04:00
mmgr Reduce excessive dereferencing of function pointers 2017-09-07 13:56:09 -04:00
resowner Reduce excessive dereferencing of function pointers 2017-09-07 13:56:09 -04:00
sort Remove replacement selection sort. 2017-09-29 10:25:44 -04:00
time Message style fixes 2017-09-11 11:21:27 -04:00
.gitignore Generate fmgr prototypes automatically 2017-01-17 14:06:07 -05:00
errcodes.txt Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE. 2017-09-27 16:14:43 -04:00
Gen_dummy_probes.pl Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
Gen_dummy_probes.sed Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
Gen_fmgrtab.pl Replace binary search in fmgr_isbuiltin with a lookup array. 2017-10-04 00:22:38 -07:00
generate-errcodes.pl Clean up Perl code according to perlcritic 2017-03-27 08:18:22 -04:00
Makefile Replace binary search in fmgr_isbuiltin with a lookup array. 2017-10-04 00:22:38 -07:00
probes.d Rename dtrace probes for ongoing xlog -> wal conversion. 2017-02-09 16:40:19 -05:00