diff options
author | Robert Haas <rhaas@postgresql.org> | 2016-11-03 09:25:20 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2016-11-03 09:25:20 -0400 |
commit | 274bb2b3857cc987cfa21d14775cae9b0dababa5 (patch) | |
tree | 488b5fd46e2cb4acdab7fb2dd30c4e4d1d4bb7d1 /contrib/postgres_fdw/postgres_fdw.c | |
parent | 770671062f130a830aa89100c9aa2d26f8d4bf32 (diff) | |
download | postgresql-274bb2b3857cc987cfa21d14775cae9b0dababa5.tar.gz postgresql-274bb2b3857cc987cfa21d14775cae9b0dababa5.zip |
libpq: Allow connection strings and URIs to specify multiple hosts.
It's also possible to specify a separate port for each host.
Previously, we'd loop over every address returned by looking up the
host name; now, we'll try every address for every host name.
Patch by me. Victor Wagner wrote an earlier patch for this feature,
which I read, but I didn't use any of his code. Review by Mithun Cy.
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
0 files changed, 0 insertions, 0 deletions