pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/postgresql14-server



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Apr 25 08:09:25 UTC 2022

Modified Files:
        pkgsrc/databases/postgresql14-server: PLIST

Log Message:
postgresql14-server: fix PLIST for LLVM


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql14-server/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/postgresql14-server/PLIST
diff -u pkgsrc/databases/postgresql14-server/PLIST:1.2 pkgsrc/databases/postgresql14-server/PLIST:1.3
--- pkgsrc/databases/postgresql14-server/PLIST:1.2      Tue Nov 16 10:14:38 2021
+++ pkgsrc/databases/postgresql14-server/PLIST  Mon Apr 25 08:09:25 2022
@@ -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/post
 ${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/post
 ${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/post
 ${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/post
 ${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/post
 ${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/post
 ${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/post
 ${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/post
 ${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/post
 ${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/post
 ${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/post
 ${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/post
 ${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/post
 ${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