postgresql/src/backend/utils/error
Tom Lane b399805e22 Eliminate elog()'s hardwired limit on length of an error message.
This change seems necessary in conjunction with long queries, and it
cleans up some bogosity in connection with long EXPLAIN texts anyway.
Note that current libpq will accept any length error message (at least
until it runs out of memory); prior versions have a limit of 8K, but
will cleanly discard excess error text, so there shouldn't be any
big compatibility problems with old clients.
1999-09-11 19:06:42 +00:00
..
assert.c Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
elog.c Eliminate elog()'s hardwired limit on length of an error message. 1999-09-11 19:06:42 +00:00
exc.c Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
excabort.c Update #include cleanups 1999-07-16 03:14:30 +00:00
excid.c Clean up #include in /include directory. Add scripts for checking includes. 1999-07-15 15:21:54 +00:00
format.c Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
Makefile Hi, 1998-04-06 00:32:26 +00:00