Skip to content

Typo in pgsql_driver.c: duplicated constant in a switch #21055

@lsaos

Description

@lsaos

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions