Re: [COMMITTERS] pgsql: Rework SSL renegotiation code

2013-10-13 Thread Jaime Casanova
On Thu, Oct 10, 2013 at 9:47 PM, Alvaro Herrera wrote: > Rework SSL renegotiation code > Hi Álvaro, Shouldn't this new variable be declared inside the #ifdef USE_SSL block? My compiler is giving me a warning for the unused variable --- a/src/backend/libpq/be-secure.c +++ b/src/backend/libpq/be-

[COMMITTERS] pgsql: Attempt to fix MSVC build for asprintf addition

2013-10-13 Thread Peter Eisentraut
Attempt to fix MSVC build for asprintf addition Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/d3d3975836f88443f07e3cc059c2dd21f09df165 Modified Files -- src/tools/msvc/Mkvcbuild.pm |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via p

[COMMITTERS] pgsql: Add asprintf.c

2013-10-13 Thread Peter Eisentraut
Add asprintf.c Forgotten in 5b6d08cd2992922b667564a49f19580f11676050 Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/4aeceb4683575bccf9417452a01171a4c0596cc7 Modified Files -- src/port/asprintf.c | 111 +++

[COMMITTERS] pgsql: Translation updates to fix build failures

2013-10-13 Thread Peter Eisentraut
Translation updates to fix build failures Now that msgfmt is run with -c by default, older versions of gettext are complaining about the PO headers Last-Translator and Language-Team still having their default values. Newer gettext versions fail to catch this because of a bug (https://savannah.gnu