postgresql/src/interfaces
Tom Lane 44f1fc8df5 Fix out-of-memory handling in ecpglib.
ecpg_build_params() would crash on a null pointer dereference if
realloc() failed, due to updating the persistent "stmt" struct
too aggressively.  (Even without the crash, this would've leaked
the old storage that we were trying to realloc.)

Per Coverity.  This seems to have been broken in commit 0cc050794,
so back-patch into v12.
2020-01-19 19:15:15 -05:00
..
ecpg Fix out-of-memory handling in ecpglib. 2020-01-19 19:15:15 -05:00
libpq Move wchar.c and encnames.c to src/common/. 2020-01-16 15:58:55 -05:00
Makefile Fix parallel make when running make install before make all 2011-03-08 23:52:29 +02:00