mirror of
https://github.com/postgres/postgres.git
synced 2025-06-04 00:02:37 -04:00
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