postgresql: Update to version 11.3 9253/head
authorDaniel Danzberger <daniel@dd-wrt.com>
Mon, 17 Jun 2019 22:20:38 +0000 (00:20 +0200)
committerDaniel Danzberger <daniel@dd-wrt.com>
Tue, 18 Jun 2019 18:00:57 +0000 (20:00 +0200)
commitd9bd0c19e4d44c8c7bb32f6ff69c5d60029e3590
treed0535c6b54cff23a0451108c9702842b82e88970
parent318877a1c8341f3e0c65ac78abf71c975367876d
postgresql: Update to version 11.3

Version 11.3 is the current stable relase.

Changes between 9.3 and 11.3:
- pg_receivexlog, pg_resetxlog and pg_xlogdump have been replaced with pg_resetwal
- ZIC config variable must be set when cross compiling
- disable systemd support
- ecpg is no longer needed for building
- MAKELEVEL must be set to 0 when called from another makefile
- Setting AC_CONFIG_AUX_DIR([config]) is no longer requried
- Decrease build time by removing unnecessary configure checks

Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
libs/postgresql/Makefile
libs/postgresql/patches/001-configure_fixes.patch