CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/20 14:45:49
Modified files:
src/interfaces/libpq: fe-auth.c
Log message:
Dept. of third thoughts: in fact, libpq should support SCM_CREDS challenge
even when HAVE_GETPEEREI
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/11/26 11:55:02
Modified files:
src/interfaces/libpq: fe-auth.c
Log message:
Cast field-length variables used in printf to int, because sometimes
they might be of a wider type.