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: d7e3a072ecb1
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 4169ce094cfa
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Nov 28, 2018

  1. postgresql: enable systemd service notification on 9.6+

    This results in a marginal closure size increase of ~137mb -> ~141mb.
    This only affects the 'out' output, not the 'lib' output, so
    libpq-dependent expressions should not bloat as a result of this.
    
    The type of the systemd service is changed to 'notify' on 9.6+, which
    will help identify when Postgres is starting/shutting down.
    
    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    (cherry picked from commit 1e83cf3)
    Signed-off-by: Domen Kožar <domen@dev.si>
    thoughtpolice authored and domenkozar committed Nov 28, 2018
    1
    Copy the full SHA
    4169ce0 View commit details
    Browse the repository at this point in the history