pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/postgresql14-server postgresql14-server: fix...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3f4a6dcabaae
branches:  trunk
changeset: 377864:3f4a6dcabaae
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Apr 25 08:09:25 2022 +0000

description:
postgresql14-server: fix PLIST for LLVM

diffstat:

 databases/postgresql14-server/PLIST |  26 +++++++++++++++++++++++---
 1 files changed, 23 insertions(+), 3 deletions(-)

diffs (139 lines):

diff -r eec6ee6178dc -r 3f4a6dcabaae databases/postgresql14-server/PLIST
--- a/databases/postgresql14-server/PLIST       Mon Apr 25 07:55:18 2022 +0000
+++ b/databases/postgresql14-server/PLIST       Mon Apr 25 08:09:25 2022 +0000
@@ -1,13 +1,15 @@
 ${PLIST.llvm}${PLIST.gssapi}lib/postgresql/bitcode/postgres/libpq/be-gssapi-common.bc
 ${PLIST.llvm}${PLIST.gssapi}lib/postgresql/bitcode/postgres/libpq/be-secure-gssapi.bc
-@comment $NetBSD: PLIST,v 1.2 2021/11/16 10:14:38 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/04/25 08:09:25 adam Exp $
 bin/postgres
 bin/postmaster
 include/postgresql/server/plpgsql.h
 ${PLIST.llvm}lib/postgresql/bitcode/postgres.index.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/access/brin/brin.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres/access/brin/brin_bloom.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/access/brin/brin_inclusion.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/access/brin/brin_minmax.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres/access/brin/brin_minmax_multi.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/access/brin/brin_pageops.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/access/brin/brin_revmap.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/access/brin/brin_tuple.bc
@@ -24,6 +26,8 @@
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/access/common/reloptions.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/access/common/scankey.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/access/common/session.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres/access/common/syncscan.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres/access/common/toast_compression.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/access/common/toast_internals.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/access/common/tupconvert.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/access/common/tupdesc.bc
@@ -70,7 +74,6 @@
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/access/heap/hio.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/access/heap/pruneheap.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/access/heap/rewriteheap.bc
-${PLIST.llvm}lib/postgresql/bitcode/postgres/access/heap/syncscan.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/access/heap/vacuumlazy.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/access/heap/visibilitymap.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/access/index/amapi.bc
@@ -190,6 +193,9 @@
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/commands/constraint.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/commands/conversioncmds.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/commands/copy.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres/commands/copyfrom.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres/commands/copyfromparse.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres/commands/copyto.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/commands/createas.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/commands/dbcommands.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/commands/define.bc
@@ -225,6 +231,7 @@
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/commands/variable.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/commands/view.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/executor/execAmi.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres/executor/execAsync.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/executor/execCurrent.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/executor/execExpr.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/executor/execExprInterp.bc
@@ -263,6 +270,7 @@
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/executor/nodeLimit.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/executor/nodeLockRows.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/executor/nodeMaterial.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres/executor/nodeMemoize.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/executor/nodeMergeAppend.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/executor/nodeMergejoin.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/executor/nodeModifyTable.bc
@@ -278,6 +286,7 @@
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/executor/nodeSubplan.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/executor/nodeSubqueryscan.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/executor/nodeTableFuncscan.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres/executor/nodeTidrangescan.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/executor/nodeTidscan.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/executor/nodeUnique.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/executor/nodeValuesscan.bc
@@ -359,6 +368,7 @@
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/optimizer/plan/planner.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/optimizer/plan/setrefs.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/optimizer/plan/subselect.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres/optimizer/prep/prepagg.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/optimizer/prep/prepjointree.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/optimizer/prep/prepqual.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/optimizer/prep/preptlist.bc
@@ -447,6 +457,7 @@
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/rewrite/rewriteHandler.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/rewrite/rewriteManip.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/rewrite/rewriteRemove.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres/rewrite/rewriteSearchCycle.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/rewrite/rewriteSupport.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/rewrite/rowsecurity.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/statistics/dependencies.bc
@@ -521,6 +532,9 @@
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/tsearch/ts_utils.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/tsearch/wparser.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/tsearch/wparser_def.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/activity/backend_progress.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/activity/backend_status.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/activity/wait_event.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/acl.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/amutils.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/array_expanded.bc
@@ -528,12 +542,13 @@
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/array_typanalyze.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/array_userfuncs.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/arrayfuncs.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/arraysubs.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/arrayutils.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/ascii.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/bool.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/cash.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/char.bc
-${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/cryptohashes.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/cryptohashfuncs.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/date.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/datetime.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/datum.bc
@@ -559,6 +574,7 @@
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/jsonb_gin.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/jsonb_op.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/jsonb_util.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/jsonbsubs.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/jsonfuncs.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/jsonpath.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/jsonpath_exec.bc
@@ -568,7 +584,10 @@
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/lockfuncs.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/mac.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/mac8.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/mcxtfuncs.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/misc.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/multirangetypes.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/multirangetypes_selfuncs.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/name.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/network.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/network_gist.bc
@@ -658,6 +677,7 @@
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/misc/pg_rusage.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/misc/ps_status.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/misc/queryenvironment.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/misc/queryjumble.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/misc/rls.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/misc/sampling.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/misc/superuser.bc



Home | Main Index | Thread Index | Old Index