postgresql/src/interfaces
Michael Meskes a2b2565fc9 This routine was calling ecpg_alloc to allocate to memory but did not
actually check the returned pointer allocated, potentially NULL which
could be the result of a malloc call.

Issue noted by Coverity, fixed by Michael Paquier <michael@otacoo.com>
2015-08-12 13:57:57 +02:00
..
ecpg This routine was calling ecpg_alloc to allocate to memory but did not 2015-08-12 13:57:57 +02:00
libpq Oops, PQExpBufferDataBroken doesn't exist before 9.2. 2015-07-07 18:54:29 +03:00
Makefile Fix parallel make when running make install before make all 2011-03-08 23:52:29 +02:00