postgresql: update source to 9.5.1 and refresh patches 2530/head
authorDaniel Golle <daniel@makrotopia.org>
Mon, 21 Mar 2016 21:45:43 +0000 (22:45 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Mon, 21 Mar 2016 22:04:28 +0000 (23:04 +0100)
commitb0f8e994f3827e52b6d7cf7232628567575c71b5
tree32873b98e296d0f6c12fb2876ef935d5e870d23a
parent5e28a2e0d7b7413011159fb744014e6ac34f6f28
postgresql: update source to 9.5.1 and refresh patches

Setting the additional include path for host-build of ecpg is no
longer required and started breaking the build (PostgeSQL BUG-14033),
remove it.
Also, pgsql-server no longer requires shadow-su since procd can take
care of starting it running under the appropriate user.
Moving the dependency to pgsql-cli makes sense as the 'su' command is
still needed to boot-strap a new data directory and also commonly used
for other administration tasks. However, in that way the CLI and
shadow-su can be removed during production once pgsql-server has been
setup.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
libs/postgresql/Makefile
libs/postgresql/patches/001-configure_fixes.patch
libs/postgresql/patches/200-ranlib.patch
libs/postgresql/patches/800-busybox-default-pager.patch