postgresql/src/backend
Tom Lane ad4d2e9711 Be more consistent about reporting SPI errors in the various PLs.
Create a shared function to convert a SPI error code into a string
(replacing near-duplicate code in several PLs), and use it anywhere
that a SPI function call error is reported.
2004-07-31 20:55:45 +00:00
..
access plpgsql does exceptions. 2004-07-31 07:39:21 +00:00
bootstrap For EXEC_BACKEND case, BootstrapMain needs to recompute paths, same as 2004-07-31 17:57:11 +00:00
catalog Fix subtransaction behavior for large objects, temp namespace, files, 2004-07-28 14:23:31 +00:00
commands Restructure error handling as recently discussed. It is now really 2004-07-31 00:45:57 +00:00
executor Be more consistent about reporting SPI errors in the various PLs. 2004-07-31 20:55:45 +00:00
lib Add tests to enlargeStringInfo() to avoid possible buffer-overrun or 2004-05-11 20:07:26 +00:00
libpq Fix subtransaction behavior for large objects, temp namespace, files, 2004-07-28 14:23:31 +00:00
main Replace direct fprintf(stderr) calls by write_stderr(), and cause this 2004-06-24 21:03:42 +00:00
nodes Remove TABLESPACE option of CREATE SEQUENCE; sequences will now always 2004-07-12 05:38:11 +00:00
optimizer Represent type-specific length coercion functions as pg_cast entries, 2004-06-16 01:27:00 +00:00
parser Replace nested-BEGIN syntax for subtransactions with spec-compliant 2004-07-27 05:11:48 +00:00
po Translation update 2004-07-02 15:07:10 +00:00
port Replace direct fprintf(stderr) calls by write_stderr(), and cause this 2004-06-24 21:03:42 +00:00
postmaster Restructure error handling as recently discussed. It is now really 2004-07-31 00:45:57 +00:00
regex Solve the 'Turkish problem' with undesirable locale behavior for case 2004-05-07 00:24:59 +00:00
rewrite Represent type-specific length coercion functions as pg_cast entries, 2004-06-16 01:27:00 +00:00
storage Restructure error handling as recently discussed. It is now really 2004-07-31 00:45:57 +00:00
tcop Restructure error handling as recently discussed. It is now really 2004-07-31 00:45:57 +00:00
utils Restructure error handling as recently discussed. It is now really 2004-07-31 00:45:57 +00:00
Makefile Back out pg_autovacuum commit after cvs clean failure causes commit. 2004-07-21 20:34:50 +00:00
nls.mk Replace direct fprintf(stderr) calls by write_stderr(), and cause this 2004-06-24 21:03:42 +00:00