Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 80396cf18a68
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 1c392dfcf0d0
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Aug 15, 2019

  1. pgbouncer: use c-ares for name resolution (#66336)

    According to pgbouncer README.md file c-ares is the
    prefered way to resolve names for pgbouncer 1.10+:
    https://github.com/pgbouncer/pgbouncer/blob/master/README.md#dns-lookup-support
    
    The previous method (evdns) did not support EDNS0 and SOA lookups.
    takeda authored and danbst committed Aug 15, 2019
    Copy the full SHA
    1c392df View commit details
    Browse the repository at this point in the history