mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-21 13:38:33 +00:00
3e150419ef
This also splits the 'connect_to_db' function, so that it only establishes the connection, and a new 'handle_connection' function is the equivalent of what 'connect_to_db' used to do. This made it easier to attach a span to specifically to the first part where we establish the connection.