There is a mistake in pgsql_driver.c, probably a typo:
|
case CONNECTION_SSL_STARTUP: |
It should be case CONNECTION_GSS_STARTUP and not case CONNECTION_SSL_STARTUP according to the #ifdef, message description and the CONNECTION_SSL_STARTUP is 10 lines above. I believe it never got caught because this module was never compiled with CONNECTION_GSS_STARTUP present.