postgresql/src/interfaces
Tom Lane 9a3ddecdd9 Fix one-byte buffer overrun in PQprintTuples().
This bug goes back to the original Postgres95 sources.  Its significance
to modern PG versions is marginal, since we have not used PQprintTuples()
internally in a very long time, and it doesn't seem to have ever been
documented either.  Still, it *is* exposed to client apps, so somebody
out there might possibly be using it.

Xi Wang
2013-01-20 23:43:51 -05:00
..
ecpg Extend and improve use of EXTRA_REGRESS_OPTS. 2013-01-12 08:24:38 -05:00
libpq Fix one-byte buffer overrun in PQprintTuples(). 2013-01-20 23:43:51 -05:00
Makefile Fix parallel make when running make install before make all 2011-03-08 23:52:29 +02:00