On 2016/01/08 07:59, Jeremy Evans wrote: > -SHARED_LIBS= ecpg 7.6 \ > - ecpg_compat 4.6 \ > - pgtypes 4.5 \ > - pq 5.7 > +SHARED_LIBS= ecpg 7.7 \ > + ecpg_compat 4.7 \ > + pgtypes 4.6 \ > + pq 5.8
libpq should be a major bump, pqsecure_destroy was removed. I don't see any changes in exported symbols that suggest a bump would be needed for the other libraries, but I haven't checked the function prototypes.