head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.4 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.2 pkgsrc-2025Q4-base:1.1; locks; strict; comment @# @; 1.1 date 2025.10.06.13.30.22; author adam; state Exp; branches; next ; commitid LuTSXVGAcgrvOvdG; desc @@ 1.1 log @postgresql18: added version 18.0 PostgreSQL 18 improves performance for workloads of all sizes through a new I/O subsystem that has demonstrated up to 3× performance improvements when reading from storage, and also increases the number of queries that can use indexes. This release makes major-version upgrades less disruptive, accelerating upgrade times and reducing the time required to reach expected performance after an upgrade completes. Developers also benefit from PostgreSQL 18 features, including virtual generated columns that compute values at query time, and the database-friendly uuidv7() function that provides better indexing and read performance for UUIDs. PostgreSQL 18 makes it easier to integrate with single-sign on (SSO) systems with support for OAuth 2.0 authentication. @ text @$NetBSD: patch-src_pl_plperl_GNUmakefile,v 1.2 2024/11/16 10:13:52 adam Exp $ --- src/pl/plperl/GNUmakefile.orig 2024-11-11 22:42:37.000000000 +0000 +++ src/pl/plperl/GNUmakefile @@@@ -87,7 +87,7 @@@@ perlchunks.h: $(PERLCHUNKS) @@if [ x"$(perl_privlibexp)" = x"" ]; then echo "configure switch --with-perl was not specified."; exit 1; fi $(PERL) $(srcdir)/text2macro.pl $^ > $@@ -all: all-lib +all: perlchunks.h plperl_opmask.h all-lib %.c: %.xs @@if [ x"$(perl_privlibexp)" = x"" ]; then echo "configure switch --with-perl was not specified."; exit 1; fi @