Fix pg_GSS_error to use conn->errorMessage more sanely, ie, actually

Tom Lane <tgl@sss.pgh.pa.us>

Commit: cf82aee7eaea9f9e77d36536e200b363fc6e7c50
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-01-31T18:58:30Z
Releases: 8.3.0
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.

Files

PathChange+/−
src/interfaces/libpq/fe-auth.c modified +11 −24