postgresql/src/interfaces
Alvaro Herrera 61bee9f756 Split ecpg_execute() in constituent parts
Split the rather long ecpg_execute() function into ecpg_build_params(),
ecpg_autostart_transaction(), a smaller ecpg_execute() and
ecpg_process_output().  There is no user-visible change here, only code
reorganization to support future patches.

Author: Zoltán Böszörményi

Reviewed by Antonin Houska.  Larger, older versions of this patch were
reviewed by Noah Misch and Michael Meskes.
2014-01-16 18:06:50 -03:00
..
ecpg Split ecpg_execute() in constituent parts 2014-01-16 18:06:50 -03:00
libpq Update copyright for 2014 2014-01-07 16:05:30 -05:00
Makefile Fix parallel make when running make install before make all 2011-03-08 23:52:29 +02:00