Update to PostgreSQL 17.6

This commit is contained in:
jeremy
2025-08-19 04:50:48 +00:00
parent 8dc72e10ce
commit f460618b16
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ COMMENT-contrib=PostgreSQL RDBMS contributions
COMMENT-plpython=Python procedural language for PostgreSQL
COMMENT-pg_upgrade=Support for upgrading PostgreSQL data from previous version
VERSION= 17.5
VERSION= 17.6
PREV_MAJOR= 16
DISTNAME= postgresql-${VERSION}
PKGNAME-main= postgresql-client-${VERSION}
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (postgresql-17.5.tar.gz) = cwv+80sDglwFGuD8N1Qsi+JrVaRORyNpIhr9OXGW4wM=
SIZE (postgresql-17.5.tar.gz) = 28082580
SHA256 (postgresql-17.6.tar.gz) = KRC4UoNnTaLa5qwT/l67qvPEgkRjlsujLmco08xzbYY=
SIZE (postgresql-17.6.tar.gz) = 28141372
@@ -10,5 +10,5 @@ Index: src/interfaces/libpq/Makefile
+SO_MAJOR_VERSION= ${LIBpq_MAJOR}
+SO_MINOR_VERSION= ${LIBpq_MINOR}
override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) -I$(top_builddir)/src/port -I$(top_srcdir)/src/port
override CPPFLAGS := -I$(srcdir) -I$(top_builddir)/src/port -I$(top_srcdir)/src/port $(CPPFLAGS)
ifneq ($(PORTNAME), win32)
+1
View File
@@ -700,6 +700,7 @@ share/doc/postgresql/html/release-17-2.html
share/doc/postgresql/html/release-17-3.html
share/doc/postgresql/html/release-17-4.html
share/doc/postgresql/html/release-17-5.html
share/doc/postgresql/html/release-17-6.html
share/doc/postgresql/html/release-17.html
share/doc/postgresql/html/release-prior.html
share/doc/postgresql/html/release.html