]> granicus.if.org Git - postgresql/commit
Fix pg_GSS_error to use conn->errorMessage more sanely, ie, actually
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 31 Jan 2008 18:58:30 +0000 (18:58 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 31 Jan 2008 18:58:30 +0000 (18:58 +0000)
commitcf82aee7eaea9f9e77d36536e200b363fc6e7c50
tree22556c6855778cec72e880b3c9e3d8e778525501
parent7c15b10a9a7027b77a0a7b9b5b71debcacf2de9a
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.
src/interfaces/libpq/fe-auth.c