
Drew LaFiandraandCursor
9d3f5d13af
[SCAN-1020] neon scram pgx (#5217)
* [SCAN-1020] Add Neon host detection for Postgres verification
Identify *.neon.tech endpoints so verification can use a driver that
accepts Neon's SCRAM iteration count (i=1).
Co-authored-by: Cursor <[email protected]>
* [SCAN-1020] Verify Neon Postgres hosts with pgx
lib/pq rejects Neon's SCRAM i=1 handshake. Route *.neon.tech
verification through pgx, which accepts any positive iteration count,
and keep lib/pq for all other hosts.
Co-authored-by: Cursor <[email protected]>
* [SCAN-1020] Check pgx Close error for errcheck
Co-authored-by: Cursor <[email protected]>
* make bugbot happy
---------
Co-authored-by: Cursor <[email protected]>