Clean up pg_SSPI_error() coding a little bit: make the messages more
commit3b50a9dc9962ab99738b161d771586daa05d166b
authortgl <tgl>
Sun, 22 Mar 2009 18:06:35 +0000 (22 18:06 +0000)
committertgl <tgl>
Sun, 22 Mar 2009 18:06:35 +0000 (22 18:06 +0000)
tree2eeea34404b7d355f4285924adc668715d7ead16
parentd337e50546862c5211fe0edf7f13d50a936e616b
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