aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/error/assert.c
Commit message (Collapse)AuthorAge
...
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
|
* Another PGINDENT run that changes variable indenting and case label ↵Bruce Momjian1997-09-08
| | | | indenting. Also static variable indenting.
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
|
* From: Raymond Toy <toy@rtp.ericsson.se>Marc G. Fournier1997-04-17
| | | | | | | | | | | | | | | | Subject: [PATCHES] 970417: two more patches for large objects Here are two more patches: 1. pg_getint doesn't properly set the status flag when calling pqGetShort or pqGetLong. This is required when accessing large objects via libpq. This, combined with problem 1 above causes postgres to crash when postgres tries to print out the message that the status was not good. 2. ExceptionalCondition crashes when called with detail = NULL. This patch prevents dereferencing the NULL.
* Add an abort() call to ExceptionalCondition so that is Assert isMarc G. Fournier1996-11-11
| | | | | | | called, it dumps core... ABORT_ON_ASSERT must be defined, as I don't know if this is the correct way to do this...
* change include c.h to postgres.hMarc G. Fournier1996-11-11
|
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-09