]> granicus.if.org Git - postgresql/commit
Clean up pg_SSPI_error() coding a little bit: make the messages more
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 22 Mar 2009 18:06:35 +0000 (18:06 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 22 Mar 2009 18:06:35 +0000 (18:06 +0000)
commit727ffa1d1ebaa9c6094a7398d317aa1e89eb404b
tree896cd1c56211974c70b6b6a4015b3aa33d63f29c
parent5698f6b925ae1a9f3739c372410442ffdcd04d18
Clean up pg_SSPI_error() coding a little bit: make the messages more
consistent, translate where intended, const-ify declarations.
Resolves a gripe from Alvaro as well as some stuff I didn't like.
src/backend/libpq/auth.c
src/interfaces/libpq/fe-auth.c