CONNECTION_NEEDED, /* Internal state: connect() needed */
CONNECTION_CHECK_WRITABLE, /* Check if we could make a writable connection. */
CONNECTION_CONSUME, /* Wait for any pending message and consume them. */
CONNECTION_GSS_STARTUP /* Negotiating GSSAPI. */
These are missing.
Notice: as CONNECTION_GSS_STARTUP is 11 this may breaks 2 tests (async001 and async002)
In PostgreSQL 12.3
These are missing. Notice: as CONNECTION_GSS_STARTUP is 11 this may breaks 2 tests (async001 and async002)