mirror of
https://github.com/postgres/postgres.git
synced 2026-06-02 05:49:16 -04:00
65c3bf19fd
This allows a caller to get back the exact conninfo array that was used to create a connection, including parameters read from the environment. In doing this, restructure how options are copied from the conninfo to the actual connection. Zoltan Boszormenyi and Magnus Hagander