pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases postgresql1[0-5]: Updated to 15.1, 14.6, 13....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3e3696bdd5be
branches:  trunk
changeset: 388093:3e3696bdd5be
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Nov 13 09:34:24 2022 +0000

description:
postgresql1[0-5]: Updated to 15.1, 14.6, 13.9, 12.13, 11.18, and 10.23

PostgreSQL 15.1, 14.6, 13.9, 12.13, 11.18, and 10.23 Released!

Bug Fixes and Improvements

This update fixes over 25 bugs that were reported in the last several months. The issues listed below affect PostgreSQL 15. Some of these issues may also affect other supported versions of PostgreSQL.

Included in this release:

Fix for updatable views for INSERT statements that include multi-row VALUES clauses with a DEFAULT set.
Disallow rules named _RETURN that are not ON SELECT rules.
Disallow use of MERGE on a partitioned table that has foreign-table partitions.
Fix for construction of per-partition foreign key constraints while doing ALTER TABLE ... ATTACH PARTITION, where previously incorrect or duplicate constraints could be built.
Fix for a planner failure with extended statistics on partitioned or inherited tables.
Fix bugs in logical decoding that could lead to memory leaks when replay starts from a point between the beginning of a transaction and the beginning of its subtransaction.
Fix issues with slow shutdown of replication workers by allowing interrupts in more places.
Disallow logical replication into foreign-table partitions.
Prevent crash in replication works after a SQL or PL/pgSQL function syntax error.
psql -c now exits with a nonzero status if the query is canceled.
Allow cross-platform tablespace relocation in pg_basebackup.
Fix pg_dump to include comments attached to some CHECK constraints.

diffstat:

 databases/postgresql10-client/Makefile |   3 +--
 databases/postgresql10-docs/PLIST      |   3 ++-
 databases/postgresql10-server/PLIST    |   3 ++-
 databases/postgresql10/Makefile.common |   4 ++--
 databases/postgresql10/distinfo        |   8 ++++----
 databases/postgresql11-client/Makefile |   3 +--
 databases/postgresql11-docs/PLIST      |   4 +++-
 databases/postgresql11-server/PLIST    |   4 +++-
 databases/postgresql11/Makefile.common |   4 ++--
 databases/postgresql11/distinfo        |   8 ++++----
 databases/postgresql12-client/Makefile |   3 +--
 databases/postgresql12-client/PLIST    |   3 ++-
 databases/postgresql12-docs/PLIST      |   4 +++-
 databases/postgresql12-server/PLIST    |   3 ++-
 databases/postgresql12/Makefile.common |   4 ++--
 databases/postgresql12/distinfo        |   8 ++++----
 databases/postgresql13-client/Makefile |   3 +--
 databases/postgresql13-docs/PLIST      |   4 +++-
 databases/postgresql13-server/PLIST    |   3 ++-
 databases/postgresql13/Makefile.common |   4 ++--
 databases/postgresql13/distinfo        |   8 ++++----
 databases/postgresql14-client/Makefile |   3 +--
 databases/postgresql14-docs/PLIST      |   4 +++-
 databases/postgresql14-server/PLIST    |   7 ++++---
 databases/postgresql14/Makefile.common |   4 ++--
 databases/postgresql14/distinfo        |   8 ++++----
 databases/postgresql15-client/PLIST    |  18 +++++++++++++++++-
 databases/postgresql15-docs/PLIST      |   3 ++-
 databases/postgresql15-server/PLIST    |   4 +++-
 databases/postgresql15/Makefile.common |   4 ++--
 databases/postgresql15/distinfo        |   8 ++++----
 31 files changed, 92 insertions(+), 62 deletions(-)

diffs (truncated from 580 to 300 lines):

diff -r 388e355b0b92 -r 3e3696bdd5be databases/postgresql10-client/Makefile
--- a/databases/postgresql10-client/Makefile    Sun Nov 13 08:51:50 2022 +0000
+++ b/databases/postgresql10-client/Makefile    Sun Nov 13 09:34:24 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2022/10/16 14:42:49 gdt Exp $
+# $NetBSD: Makefile,v 1.30 2022/11/13 09:34:24 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/10-client-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database client programs
 
 .include "../../databases/postgresql10/Makefile.common"
diff -r 388e355b0b92 -r 3e3696bdd5be databases/postgresql10-docs/PLIST
--- a/databases/postgresql10-docs/PLIST Sun Nov 13 08:51:50 2022 +0000
+++ b/databases/postgresql10-docs/PLIST Sun Nov 13 09:34:24 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.23 2022/08/15 20:59:36 adam Exp $
+@comment $NetBSD: PLIST,v 1.24 2022/11/13 09:34:25 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -932,6 +932,7 @@
 share/doc/postgresql/html/release-10-20.html
 share/doc/postgresql/html/release-10-21.html
 share/doc/postgresql/html/release-10-22.html
+share/doc/postgresql/html/release-10-23.html
 share/doc/postgresql/html/release-10-3.html
 share/doc/postgresql/html/release-10-4.html
 share/doc/postgresql/html/release-10-5.html
diff -r 388e355b0b92 -r 3e3696bdd5be databases/postgresql10-server/PLIST
--- a/databases/postgresql10-server/PLIST       Sun Nov 13 08:51:50 2022 +0000
+++ b/databases/postgresql10-server/PLIST       Sun Nov 13 09:34:24 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2021/11/16 10:14:37 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2022/11/13 09:34:25 adam Exp $
 bin/postgres
 bin/postmaster
 include/postgresql/server/plpgsql.h
@@ -522,6 +522,7 @@
 share/postgresql/timezone/Europe/Kaliningrad
 share/postgresql/timezone/Europe/Kiev
 share/postgresql/timezone/Europe/Kirov
+share/postgresql/timezone/Europe/Kyiv
 share/postgresql/timezone/Europe/Lisbon
 share/postgresql/timezone/Europe/Ljubljana
 share/postgresql/timezone/Europe/London
diff -r 388e355b0b92 -r 3e3696bdd5be databases/postgresql10/Makefile.common
--- a/databases/postgresql10/Makefile.common    Sun Nov 13 08:51:50 2022 +0000
+++ b/databases/postgresql10/Makefile.common    Sun Nov 13 09:34:24 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.36 2022/10/16 14:42:49 gdt Exp $
+# $NetBSD: Makefile.common,v 1.37 2022/11/13 09:34:24 adam Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -16,7 +16,7 @@
 # used by databases/postgresql10-pltcl/Makefile
 # used by databases/postgresql10-server/Makefile
 
-DISTNAME=      postgresql-10.22
+DISTNAME=      postgresql-10.23
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 388e355b0b92 -r 3e3696bdd5be databases/postgresql10/distinfo
--- a/databases/postgresql10/distinfo   Sun Nov 13 08:51:50 2022 +0000
+++ b/databases/postgresql10/distinfo   Sun Nov 13 09:34:24 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.28 2022/08/15 20:59:35 adam Exp $
+$NetBSD: distinfo,v 1.29 2022/11/13 09:34:24 adam Exp $
 
-BLAKE2s (postgresql-10.22.tar.bz2) = 05e3691e0952c0b921ad07d23ed3b6c84829b2783c1f624fbb4d9328ede105a1
-SHA512 (postgresql-10.22.tar.bz2) = 2e1ea75be7696ffbbb947351a8e8e55aaf067f86ad318308499a6a58797f0bf86227ed33e257e261c5c71ebba2f73ba514ef195a2394b91414ce6a0c3ab62532
-Size (postgresql-10.22.tar.bz2) = 19455874 bytes
+BLAKE2s (postgresql-10.23.tar.bz2) = ec8bf9714192eb782d4c4b06879cb81979cb60eb88c91f74f29b8bfd6c1993ab
+SHA512 (postgresql-10.23.tar.bz2) = 9fd031cad0c3caacae105215167abd5dc4fdd15dea77a12cb0a977fab6e245e3fda163f202cc7786e50c69e5c3f180d32676a3b18ea30a9a14f0bcab56aa19dd
+Size (postgresql-10.23.tar.bz2) = 19485297 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
 SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd
diff -r 388e355b0b92 -r 3e3696bdd5be databases/postgresql11-client/Makefile
--- a/databases/postgresql11-client/Makefile    Sun Nov 13 08:51:50 2022 +0000
+++ b/databases/postgresql11-client/Makefile    Sun Nov 13 09:34:24 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2022/10/16 14:42:50 gdt Exp $
+# $NetBSD: Makefile,v 1.26 2022/11/13 09:34:25 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/11-client-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database client programs
 
 .include "../../databases/postgresql11/Makefile.common"
diff -r 388e355b0b92 -r 3e3696bdd5be databases/postgresql11-docs/PLIST
--- a/databases/postgresql11-docs/PLIST Sun Nov 13 08:51:50 2022 +0000
+++ b/databases/postgresql11-docs/PLIST Sun Nov 13 09:34:24 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2022/08/15 20:59:37 adam Exp $
+@comment $NetBSD: PLIST,v 1.19 2022/11/13 09:34:25 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -963,6 +963,7 @@
 share/doc/postgresql/html/release-11-15.html
 share/doc/postgresql/html/release-11-16.html
 share/doc/postgresql/html/release-11-17.html
+share/doc/postgresql/html/release-11-18.html
 share/doc/postgresql/html/release-11-2.html
 share/doc/postgresql/html/release-11-3.html
 share/doc/postgresql/html/release-11-4.html
@@ -1278,6 +1279,7 @@
 share/doc/postgresql/html/standby-settings.html
 share/doc/postgresql/html/storage-file-layout.html
 share/doc/postgresql/html/storage-fsm.html
+share/doc/postgresql/html/storage-hot.html
 share/doc/postgresql/html/storage-init.html
 share/doc/postgresql/html/storage-page-layout.html
 share/doc/postgresql/html/storage-toast.html
diff -r 388e355b0b92 -r 3e3696bdd5be databases/postgresql11-server/PLIST
--- a/databases/postgresql11-server/PLIST       Sun Nov 13 08:51:50 2022 +0000
+++ b/databases/postgresql11-server/PLIST       Sun Nov 13 09:34:24 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2022/08/15 20:59:37 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2022/11/13 09:34:25 adam Exp $
 bin/postgres
 bin/postmaster
 include/postgresql/server/plpgsql.h
@@ -701,6 +701,7 @@
 ${PLIST.nls}share/locale/pl/LC_MESSAGES/plpgsql-11.mo
 ${PLIST.nls}share/locale/pl/LC_MESSAGES/postgres-11.mo
 ${PLIST.nls}share/locale/pt_BR/LC_MESSAGES/plpgsql-11.mo
+${PLIST.nls}share/locale/ro/LC_MESSAGES/plpgsql-11.mo
 ${PLIST.nls}share/locale/ru/LC_MESSAGES/plpgsql-11.mo
 ${PLIST.nls}share/locale/ru/LC_MESSAGES/postgres-11.mo
 ${PLIST.nls}share/locale/sv/LC_MESSAGES/plpgsql-11.mo
@@ -1175,6 +1176,7 @@
 share/postgresql/timezone/Europe/Kaliningrad
 share/postgresql/timezone/Europe/Kiev
 share/postgresql/timezone/Europe/Kirov
+share/postgresql/timezone/Europe/Kyiv
 share/postgresql/timezone/Europe/Lisbon
 share/postgresql/timezone/Europe/Ljubljana
 share/postgresql/timezone/Europe/London
diff -r 388e355b0b92 -r 3e3696bdd5be databases/postgresql11/Makefile.common
--- a/databases/postgresql11/Makefile.common    Sun Nov 13 08:51:50 2022 +0000
+++ b/databases/postgresql11/Makefile.common    Sun Nov 13 09:34:24 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.30 2022/10/16 14:42:50 gdt Exp $
+# $NetBSD: Makefile.common,v 1.31 2022/11/13 09:34:25 adam Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -16,7 +16,7 @@
 # used by databases/postgresql11-pltcl/Makefile
 # used by databases/postgresql11-server/Makefile
 
-DISTNAME=      postgresql-11.17
+DISTNAME=      postgresql-11.18
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 388e355b0b92 -r 3e3696bdd5be databases/postgresql11/distinfo
--- a/databases/postgresql11/distinfo   Sun Nov 13 08:51:50 2022 +0000
+++ b/databases/postgresql11/distinfo   Sun Nov 13 09:34:24 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.24 2022/08/15 20:59:36 adam Exp $
+$NetBSD: distinfo,v 1.25 2022/11/13 09:34:25 adam Exp $
 
-BLAKE2s (postgresql-11.17.tar.bz2) = f2b3f901935956881192d727f0cf1b5b65188f97279f2269bf584b495a6fd873
-SHA512 (postgresql-11.17.tar.bz2) = 35304279c06577eca134581490710db976edeac8cca169d3436fcdce8eebb18159459ea3b5ef403f6a8efe85542726f9960c4ca653da4619e081ce5869866032
-Size (postgresql-11.17.tar.bz2) = 20385599 bytes
+BLAKE2s (postgresql-11.18.tar.bz2) = f253b5805de3346c955da01667cd2c954363ff02ba9118f442868fcb1bda30e5
+SHA512 (postgresql-11.18.tar.bz2) = 17b4f9a0200814ae210076a677b9c68375d896bb1817b4f8b327ee208da9a1672625cdcbd213af2b01fe501a051436e9acf5cc9ed0a2b798f257d07b08cdf1b8
+Size (postgresql-11.18.tar.bz2) = 20428126 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
 SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd
diff -r 388e355b0b92 -r 3e3696bdd5be databases/postgresql12-client/Makefile
--- a/databases/postgresql12-client/Makefile    Sun Nov 13 08:51:50 2022 +0000
+++ b/databases/postgresql12-client/Makefile    Sun Nov 13 09:34:24 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2022/10/10 12:06:19 gdt Exp $
+# $NetBSD: Makefile,v 1.28 2022/11/13 09:34:25 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/12-client-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database client programs
 
 .include "../../databases/postgresql12/Makefile.common"
diff -r 388e355b0b92 -r 3e3696bdd5be databases/postgresql12-client/PLIST
--- a/databases/postgresql12-client/PLIST       Sun Nov 13 08:51:50 2022 +0000
+++ b/databases/postgresql12-client/PLIST       Sun Nov 13 09:34:24 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2022/08/15 20:59:37 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2022/11/13 09:34:25 adam Exp $
 bin/clusterdb
 bin/createdb
 bin/createuser
@@ -976,6 +976,7 @@
 ${PLIST.nls}share/locale/pl/LC_MESSAGES/ecpglib6-12.mo
 ${PLIST.nls}share/locale/pl/LC_MESSAGES/pg_config-12.mo
 ${PLIST.nls}share/locale/pl/LC_MESSAGES/pg_controldata-12.mo
+${PLIST.nls}share/locale/pl/LC_MESSAGES/pg_ctl-12.mo
 ${PLIST.nls}share/locale/pl/LC_MESSAGES/pg_test_fsync-12.mo
 ${PLIST.nls}share/locale/pl/LC_MESSAGES/pg_test_timing-12.mo
 ${PLIST.nls}share/locale/pt_BR/LC_MESSAGES/ecpg-12.mo
diff -r 388e355b0b92 -r 3e3696bdd5be databases/postgresql12-docs/PLIST
--- a/databases/postgresql12-docs/PLIST Sun Nov 13 08:51:50 2022 +0000
+++ b/databases/postgresql12-docs/PLIST Sun Nov 13 09:34:24 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2022/08/15 20:59:38 adam Exp $
+@comment $NetBSD: PLIST,v 1.14 2022/11/13 09:34:26 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -966,6 +966,7 @@
 share/doc/postgresql/html/release-12-10.html
 share/doc/postgresql/html/release-12-11.html
 share/doc/postgresql/html/release-12-12.html
+share/doc/postgresql/html/release-12-13.html
 share/doc/postgresql/html/release-12-2.html
 share/doc/postgresql/html/release-12-3.html
 share/doc/postgresql/html/release-12-4.html
@@ -1280,6 +1281,7 @@
 share/doc/postgresql/html/sspi-auth.html
 share/doc/postgresql/html/storage-file-layout.html
 share/doc/postgresql/html/storage-fsm.html
+share/doc/postgresql/html/storage-hot.html
 share/doc/postgresql/html/storage-init.html
 share/doc/postgresql/html/storage-page-layout.html
 share/doc/postgresql/html/storage-toast.html
diff -r 388e355b0b92 -r 3e3696bdd5be databases/postgresql12-server/PLIST
--- a/databases/postgresql12-server/PLIST       Sun Nov 13 08:51:50 2022 +0000
+++ b/databases/postgresql12-server/PLIST       Sun Nov 13 09:34:24 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2021/11/16 10:14:37 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2022/11/13 09:34:26 adam Exp $
 bin/postgres
 bin/postmaster
 include/postgresql/server/plpgsql.h
@@ -1192,6 +1192,7 @@
 share/postgresql/timezone/Europe/Kaliningrad
 share/postgresql/timezone/Europe/Kiev
 share/postgresql/timezone/Europe/Kirov
+share/postgresql/timezone/Europe/Kyiv
 share/postgresql/timezone/Europe/Lisbon
 share/postgresql/timezone/Europe/Ljubljana
 share/postgresql/timezone/Europe/London
diff -r 388e355b0b92 -r 3e3696bdd5be databases/postgresql12/Makefile.common
--- a/databases/postgresql12/Makefile.common    Sun Nov 13 08:51:50 2022 +0000
+++ b/databases/postgresql12/Makefile.common    Sun Nov 13 09:34:24 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.23 2022/10/10 12:06:19 gdt Exp $
+# $NetBSD: Makefile.common,v 1.24 2022/11/13 09:34:25 adam Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -16,7 +16,7 @@
 # used by databases/postgresql12-pltcl/Makefile
 # used by databases/postgresql12-server/Makefile
 
-DISTNAME=      postgresql-12.12
+DISTNAME=      postgresql-12.13
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 388e355b0b92 -r 3e3696bdd5be databases/postgresql12/distinfo
--- a/databases/postgresql12/distinfo   Sun Nov 13 08:51:50 2022 +0000
+++ b/databases/postgresql12/distinfo   Sun Nov 13 09:34:24 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.17 2022/08/15 20:59:37 adam Exp $
+$NetBSD: distinfo,v 1.18 2022/11/13 09:34:25 adam Exp $
 
-BLAKE2s (postgresql-12.12.tar.bz2) = d5fcd5f8ab9c605f67059da9029420cc89825d669c351f9e435d9a93e9e55b92
-SHA512 (postgresql-12.12.tar.bz2) = eeff79279ac11db04fdddeb2c52ba1ec6b549223b862222540e1f659fbfc3617130699c22694b465bde46b1a4a665c01aef70b68b86d80e58a5657efd019407d
-Size (postgresql-12.12.tar.bz2) = 21089064 bytes
+BLAKE2s (postgresql-12.13.tar.bz2) = d844dbb61b463277f48de83b063d97f2c9b9d4e5c61018fc529b523f3992dbc6
+SHA512 (postgresql-12.13.tar.bz2) = a502236dcc4c56645dd57ed3c920d996adace3bc3a855c869344c8580393ad4c6ad17503928564683817066f6e9c5794f3d214b5f8e3b900ebb23474673bac24
+Size (postgresql-12.13.tar.bz2) = 21114311 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
 SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd
diff -r 388e355b0b92 -r 3e3696bdd5be databases/postgresql13-client/Makefile
--- a/databases/postgresql13-client/Makefile    Sun Nov 13 08:51:50 2022 +0000
+++ b/databases/postgresql13-client/Makefile    Sun Nov 13 09:34:24 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2022/10/16 14:42:50 gdt Exp $
+# $NetBSD: Makefile,v 1.22 2022/11/13 09:34:26 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/13-client-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database client programs
 
 .include "../../databases/postgresql13/Makefile.common"
diff -r 388e355b0b92 -r 3e3696bdd5be databases/postgresql13-docs/PLIST
--- a/databases/postgresql13-docs/PLIST Sun Nov 13 08:51:50 2022 +0000
+++ b/databases/postgresql13-docs/PLIST Sun Nov 13 09:34:24 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2022/08/15 20:59:39 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2022/11/13 09:34:26 adam Exp $
 man/man1/clusterdb.1



Home | Main Index | Thread Index | Old Index