pgsql: Fix pg_GSS_error to use conn->errorMessage more sanely, ie,
Started by Tom Laneover 18 years ago1 messagescomitters
Log Message:
-----------
Fix pg_GSS_error to use conn->errorMessage more sanely, ie, actually
work with the PQExpBuffer code instead of fighting it. This avoids an
unnecessary limit on message length and fixes the latent bug that
errorMessage.len wasn't getting set.
Modified Files:
--------------
pgsql/src/interfaces/libpq:
fe-auth.c (r1.136 -> r1.137)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-auth.c?r1=1.136&r2=1.137)