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)
commit8a700858a7fc1d5071b20f3c73a352bf45e1b7cf
tree4330dfea0ca1864f9cfa263490c561ea2cf10bfe
parenta66b07f020ead830579a1cbdf8c1c47f0b91af0d
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