diff --git c/databases/postgresql11-llvm/Makefile i/databases/postgresql11-llvm/Makefile new file mode 100644 index 000000000000..674a503cd2da --- /dev/null +++ i/databases/postgresql11-llvm/Makefile @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= postgresql +CATEGORIES= databases +PKGNAMESUFFIX?= ${WANT_PGSQL_VER:S/.//}${COMPONENT} + +MAINTAINER= pgsql@FreeBSD.org +COMMENT= Module for JIT-compiling queries using LLVM + +USES+= pgsql:${WANT_PGSQL_VER} +WANT_PGSQL= server + +MASTERDIR= ${.CURDIR}/../postgresql${WANT_PGSQL_VER:S/.//}-server + +WANT_PGSQL_VER?= 11 +LLVM_VERSION= 70 + +LIB_DEPENDS= libLLVM-${LLVM_VERSION:C/([1-9])([0-9])/\1/}.so:devel/llvm${LLVM_VERSION} +CONFIGURE_ARGS+= LLVM_CONFIG=llvm-config${LLVM_VERSION} + +CONFIGURE_ARGS= --with-llvm +COMPONENT= -llvm + +BUILD_DIRS= ${INSTALL_DIRS} +INSTALL_DIRS= src/backend src/backend/jit src/backend/jit/llvm +SLAVE_ONLY= yes + +.include "${MASTERDIR}/Makefile" diff --git c/databases/postgresql11-llvm/pkg-descr i/databases/postgresql11-llvm/pkg-descr new file mode 100644 index 000000000000..447603738086 --- /dev/null +++ i/databases/postgresql11-llvm/pkg-descr @@ -0,0 +1,5 @@ +This module allows PostgreSQL to JIT-compile queries using LLVM. + +This software is part of the standard PostgreSQL distribution. + +WWW: https://www.postgresql.org/ diff --git c/databases/postgresql11-server/pkg-plist-llvm i/databases/postgresql11-server/pkg-plist-llvm new file mode 100644 index 000000000000..17446275a24b --- /dev/null +++ i/databases/postgresql11-server/pkg-plist-llvm @@ -0,0 +1,654 @@ +lib/postgresql/bitcode/postgres.index.bc +lib/postgresql/bitcode/postgres/access/brin/brin.bc +lib/postgresql/bitcode/postgres/access/brin/brin_inclusion.bc +lib/postgresql/bitcode/postgres/access/brin/brin_minmax.bc +lib/postgresql/bitcode/postgres/access/brin/brin_pageops.bc +lib/postgresql/bitcode/postgres/access/brin/brin_revmap.bc +lib/postgresql/bitcode/postgres/access/brin/brin_tuple.bc +lib/postgresql/bitcode/postgres/access/brin/brin_validate.bc +lib/postgresql/bitcode/postgres/access/brin/brin_xlog.bc +lib/postgresql/bitcode/postgres/access/common/bufmask.bc +lib/postgresql/bitcode/postgres/access/common/heaptuple.bc +lib/postgresql/bitcode/postgres/access/common/indextuple.bc +lib/postgresql/bitcode/postgres/access/common/printsimple.bc +lib/postgresql/bitcode/postgres/access/common/printtup.bc +lib/postgresql/bitcode/postgres/access/common/reloptions.bc +lib/postgresql/bitcode/postgres/access/common/scankey.bc +lib/postgresql/bitcode/postgres/access/common/session.bc +lib/postgresql/bitcode/postgres/access/common/tupconvert.bc +lib/postgresql/bitcode/postgres/access/common/tupdesc.bc +lib/postgresql/bitcode/postgres/access/gin/ginarrayproc.bc +lib/postgresql/bitcode/postgres/access/gin/ginbtree.bc +lib/postgresql/bitcode/postgres/access/gin/ginbulk.bc +lib/postgresql/bitcode/postgres/access/gin/gindatapage.bc +lib/postgresql/bitcode/postgres/access/gin/ginentrypage.bc +lib/postgresql/bitcode/postgres/access/gin/ginfast.bc +lib/postgresql/bitcode/postgres/access/gin/ginget.bc +lib/postgresql/bitcode/postgres/access/gin/gininsert.bc +lib/postgresql/bitcode/postgres/access/gin/ginlogic.bc +lib/postgresql/bitcode/postgres/access/gin/ginpostinglist.bc +lib/postgresql/bitcode/postgres/access/gin/ginscan.bc +lib/postgresql/bitcode/postgres/access/gin/ginutil.bc +lib/postgresql/bitcode/postgres/access/gin/ginvacuum.bc +lib/postgresql/bitcode/postgres/access/gin/ginvalidate.bc +lib/postgresql/bitcode/postgres/access/gin/ginxlog.bc +lib/postgresql/bitcode/postgres/access/gist/gist.bc +lib/postgresql/bitcode/postgres/access/gist/gistbuild.bc +lib/postgresql/bitcode/postgres/access/gist/gistbuildbuffers.bc +lib/postgresql/bitcode/postgres/access/gist/gistget.bc +lib/postgresql/bitcode/postgres/access/gist/gistproc.bc +lib/postgresql/bitcode/postgres/access/gist/gistscan.bc +lib/postgresql/bitcode/postgres/access/gist/gistsplit.bc +lib/postgresql/bitcode/postgres/access/gist/gistutil.bc +lib/postgresql/bitcode/postgres/access/gist/gistvacuum.bc +lib/postgresql/bitcode/postgres/access/gist/gistvalidate.bc +lib/postgresql/bitcode/postgres/access/gist/gistxlog.bc +lib/postgresql/bitcode/postgres/access/hash/hash.bc +lib/postgresql/bitcode/postgres/access/hash/hash_xlog.bc +lib/postgresql/bitcode/postgres/access/hash/hashfunc.bc +lib/postgresql/bitcode/postgres/access/hash/hashinsert.bc +lib/postgresql/bitcode/postgres/access/hash/hashovfl.bc +lib/postgresql/bitcode/postgres/access/hash/hashpage.bc +lib/postgresql/bitcode/postgres/access/hash/hashsearch.bc +lib/postgresql/bitcode/postgres/access/hash/hashsort.bc +lib/postgresql/bitcode/postgres/access/hash/hashutil.bc +lib/postgresql/bitcode/postgres/access/hash/hashvalidate.bc +lib/postgresql/bitcode/postgres/access/heap/heapam.bc +lib/postgresql/bitcode/postgres/access/heap/hio.bc +lib/postgresql/bitcode/postgres/access/heap/pruneheap.bc +lib/postgresql/bitcode/postgres/access/heap/rewriteheap.bc +lib/postgresql/bitcode/postgres/access/heap/syncscan.bc +lib/postgresql/bitcode/postgres/access/heap/tuptoaster.bc +lib/postgresql/bitcode/postgres/access/heap/visibilitymap.bc +lib/postgresql/bitcode/postgres/access/index/amapi.bc +lib/postgresql/bitcode/postgres/access/index/amvalidate.bc +lib/postgresql/bitcode/postgres/access/index/genam.bc +lib/postgresql/bitcode/postgres/access/index/indexam.bc +lib/postgresql/bitcode/postgres/access/nbtree/nbtcompare.bc +lib/postgresql/bitcode/postgres/access/nbtree/nbtinsert.bc +lib/postgresql/bitcode/postgres/access/nbtree/nbtpage.bc +lib/postgresql/bitcode/postgres/access/nbtree/nbtree.bc +lib/postgresql/bitcode/postgres/access/nbtree/nbtsearch.bc +lib/postgresql/bitcode/postgres/access/nbtree/nbtsort.bc +lib/postgresql/bitcode/postgres/access/nbtree/nbtutils.bc +lib/postgresql/bitcode/postgres/access/nbtree/nbtvalidate.bc +lib/postgresql/bitcode/postgres/access/nbtree/nbtxlog.bc +lib/postgresql/bitcode/postgres/access/rmgrdesc/brindesc.bc +lib/postgresql/bitcode/postgres/access/rmgrdesc/clogdesc.bc +lib/postgresql/bitcode/postgres/access/rmgrdesc/committsdesc.bc +lib/postgresql/bitcode/postgres/access/rmgrdesc/dbasedesc.bc +lib/postgresql/bitcode/postgres/access/rmgrdesc/genericdesc.bc +lib/postgresql/bitcode/postgres/access/rmgrdesc/gindesc.bc +lib/postgresql/bitcode/postgres/access/rmgrdesc/gistdesc.bc +lib/postgresql/bitcode/postgres/access/rmgrdesc/hashdesc.bc +lib/postgresql/bitcode/postgres/access/rmgrdesc/heapdesc.bc +lib/postgresql/bitcode/postgres/access/rmgrdesc/logicalmsgdesc.bc +lib/postgresql/bitcode/postgres/access/rmgrdesc/mxactdesc.bc +lib/postgresql/bitcode/postgres/access/rmgrdesc/nbtdesc.bc +lib/postgresql/bitcode/postgres/access/rmgrdesc/relmapdesc.bc +lib/postgresql/bitcode/postgres/access/rmgrdesc/replorigindesc.bc +lib/postgresql/bitcode/postgres/access/rmgrdesc/seqdesc.bc +lib/postgresql/bitcode/postgres/access/rmgrdesc/smgrdesc.bc +lib/postgresql/bitcode/postgres/access/rmgrdesc/spgdesc.bc +lib/postgresql/bitcode/postgres/access/rmgrdesc/standbydesc.bc +lib/postgresql/bitcode/postgres/access/rmgrdesc/tblspcdesc.bc +lib/postgresql/bitcode/postgres/access/rmgrdesc/xactdesc.bc +lib/postgresql/bitcode/postgres/access/rmgrdesc/xlogdesc.bc +lib/postgresql/bitcode/postgres/access/spgist/spgdoinsert.bc +lib/postgresql/bitcode/postgres/access/spgist/spginsert.bc +lib/postgresql/bitcode/postgres/access/spgist/spgkdtreeproc.bc +lib/postgresql/bitcode/postgres/access/spgist/spgquadtreeproc.bc +lib/postgresql/bitcode/postgres/access/spgist/spgscan.bc +lib/postgresql/bitcode/postgres/access/spgist/spgtextproc.bc +lib/postgresql/bitcode/postgres/access/spgist/spgutils.bc +lib/postgresql/bitcode/postgres/access/spgist/spgvacuum.bc +lib/postgresql/bitcode/postgres/access/spgist/spgvalidate.bc +lib/postgresql/bitcode/postgres/access/spgist/spgxlog.bc +lib/postgresql/bitcode/postgres/access/tablesample/bernoulli.bc +lib/postgresql/bitcode/postgres/access/tablesample/system.bc +lib/postgresql/bitcode/postgres/access/tablesample/tablesample.bc +lib/postgresql/bitcode/postgres/access/transam/clog.bc +lib/postgresql/bitcode/postgres/access/transam/commit_ts.bc +lib/postgresql/bitcode/postgres/access/transam/generic_xlog.bc +lib/postgresql/bitcode/postgres/access/transam/multixact.bc +lib/postgresql/bitcode/postgres/access/transam/parallel.bc +lib/postgresql/bitcode/postgres/access/transam/rmgr.bc +lib/postgresql/bitcode/postgres/access/transam/slru.bc +lib/postgresql/bitcode/postgres/access/transam/subtrans.bc +lib/postgresql/bitcode/postgres/access/transam/timeline.bc +lib/postgresql/bitcode/postgres/access/transam/transam.bc +lib/postgresql/bitcode/postgres/access/transam/twophase.bc +lib/postgresql/bitcode/postgres/access/transam/twophase_rmgr.bc +lib/postgresql/bitcode/postgres/access/transam/varsup.bc +lib/postgresql/bitcode/postgres/access/transam/xact.bc +lib/postgresql/bitcode/postgres/access/transam/xlog.bc +lib/postgresql/bitcode/postgres/access/transam/xlogarchive.bc +lib/postgresql/bitcode/postgres/access/transam/xlogfuncs.bc +lib/postgresql/bitcode/postgres/access/transam/xloginsert.bc +lib/postgresql/bitcode/postgres/access/transam/xlogreader.bc +lib/postgresql/bitcode/postgres/access/transam/xlogutils.bc +lib/postgresql/bitcode/postgres/bootstrap/bootparse.bc +lib/postgresql/bitcode/postgres/bootstrap/bootstrap.bc +lib/postgresql/bitcode/postgres/catalog/aclchk.bc +lib/postgresql/bitcode/postgres/catalog/catalog.bc +lib/postgresql/bitcode/postgres/catalog/dependency.bc +lib/postgresql/bitcode/postgres/catalog/heap.bc +lib/postgresql/bitcode/postgres/catalog/index.bc +lib/postgresql/bitcode/postgres/catalog/indexing.bc +lib/postgresql/bitcode/postgres/catalog/namespace.bc +lib/postgresql/bitcode/postgres/catalog/objectaccess.bc +lib/postgresql/bitcode/postgres/catalog/objectaddress.bc +lib/postgresql/bitcode/postgres/catalog/partition.bc +lib/postgresql/bitcode/postgres/catalog/pg_aggregate.bc +lib/postgresql/bitcode/postgres/catalog/pg_collation.bc +lib/postgresql/bitcode/postgres/catalog/pg_constraint.bc +lib/postgresql/bitcode/postgres/catalog/pg_conversion.bc +lib/postgresql/bitcode/postgres/catalog/pg_db_role_setting.bc +lib/postgresql/bitcode/postgres/catalog/pg_depend.bc +lib/postgresql/bitcode/postgres/catalog/pg_enum.bc +lib/postgresql/bitcode/postgres/catalog/pg_inherits.bc +lib/postgresql/bitcode/postgres/catalog/pg_largeobject.bc +lib/postgresql/bitcode/postgres/catalog/pg_namespace.bc +lib/postgresql/bitcode/postgres/catalog/pg_operator.bc +lib/postgresql/bitcode/postgres/catalog/pg_proc.bc +lib/postgresql/bitcode/postgres/catalog/pg_publication.bc +lib/postgresql/bitcode/postgres/catalog/pg_range.bc +lib/postgresql/bitcode/postgres/catalog/pg_shdepend.bc +lib/postgresql/bitcode/postgres/catalog/pg_subscription.bc +lib/postgresql/bitcode/postgres/catalog/pg_type.bc +lib/postgresql/bitcode/postgres/catalog/storage.bc +lib/postgresql/bitcode/postgres/catalog/toasting.bc +lib/postgresql/bitcode/postgres/commands/aggregatecmds.bc +lib/postgresql/bitcode/postgres/commands/alter.bc +lib/postgresql/bitcode/postgres/commands/amcmds.bc +lib/postgresql/bitcode/postgres/commands/analyze.bc +lib/postgresql/bitcode/postgres/commands/async.bc +lib/postgresql/bitcode/postgres/commands/cluster.bc +lib/postgresql/bitcode/postgres/commands/collationcmds.bc +lib/postgresql/bitcode/postgres/commands/comment.bc +lib/postgresql/bitcode/postgres/commands/constraint.bc +lib/postgresql/bitcode/postgres/commands/conversioncmds.bc +lib/postgresql/bitcode/postgres/commands/copy.bc +lib/postgresql/bitcode/postgres/commands/createas.bc +lib/postgresql/bitcode/postgres/commands/dbcommands.bc +lib/postgresql/bitcode/postgres/commands/define.bc +lib/postgresql/bitcode/postgres/commands/discard.bc +lib/postgresql/bitcode/postgres/commands/dropcmds.bc +lib/postgresql/bitcode/postgres/commands/event_trigger.bc +lib/postgresql/bitcode/postgres/commands/explain.bc +lib/postgresql/bitcode/postgres/commands/extension.bc +lib/postgresql/bitcode/postgres/commands/foreigncmds.bc +lib/postgresql/bitcode/postgres/commands/functioncmds.bc +lib/postgresql/bitcode/postgres/commands/indexcmds.bc +lib/postgresql/bitcode/postgres/commands/lockcmds.bc +lib/postgresql/bitcode/postgres/commands/matview.bc +lib/postgresql/bitcode/postgres/commands/opclasscmds.bc +lib/postgresql/bitcode/postgres/commands/operatorcmds.bc +lib/postgresql/bitcode/postgres/commands/policy.bc +lib/postgresql/bitcode/postgres/commands/portalcmds.bc +lib/postgresql/bitcode/postgres/commands/prepare.bc +lib/postgresql/bitcode/postgres/commands/proclang.bc +lib/postgresql/bitcode/postgres/commands/publicationcmds.bc +lib/postgresql/bitcode/postgres/commands/schemacmds.bc +lib/postgresql/bitcode/postgres/commands/seclabel.bc +lib/postgresql/bitcode/postgres/commands/sequence.bc +lib/postgresql/bitcode/postgres/commands/statscmds.bc +lib/postgresql/bitcode/postgres/commands/subscriptioncmds.bc +lib/postgresql/bitcode/postgres/commands/tablecmds.bc +lib/postgresql/bitcode/postgres/commands/tablespace.bc +lib/postgresql/bitcode/postgres/commands/trigger.bc +lib/postgresql/bitcode/postgres/commands/tsearchcmds.bc +lib/postgresql/bitcode/postgres/commands/typecmds.bc +lib/postgresql/bitcode/postgres/commands/user.bc +lib/postgresql/bitcode/postgres/commands/vacuum.bc +lib/postgresql/bitcode/postgres/commands/vacuumlazy.bc +lib/postgresql/bitcode/postgres/commands/variable.bc +lib/postgresql/bitcode/postgres/commands/view.bc +lib/postgresql/bitcode/postgres/executor/execAmi.bc +lib/postgresql/bitcode/postgres/executor/execCurrent.bc +lib/postgresql/bitcode/postgres/executor/execExpr.bc +lib/postgresql/bitcode/postgres/executor/execExprInterp.bc +lib/postgresql/bitcode/postgres/executor/execGrouping.bc +lib/postgresql/bitcode/postgres/executor/execIndexing.bc +lib/postgresql/bitcode/postgres/executor/execJunk.bc +lib/postgresql/bitcode/postgres/executor/execMain.bc +lib/postgresql/bitcode/postgres/executor/execParallel.bc +lib/postgresql/bitcode/postgres/executor/execPartition.bc +lib/postgresql/bitcode/postgres/executor/execProcnode.bc +lib/postgresql/bitcode/postgres/executor/execReplication.bc +lib/postgresql/bitcode/postgres/executor/execSRF.bc +lib/postgresql/bitcode/postgres/executor/execScan.bc +lib/postgresql/bitcode/postgres/executor/execTuples.bc +lib/postgresql/bitcode/postgres/executor/execUtils.bc +lib/postgresql/bitcode/postgres/executor/functions.bc +lib/postgresql/bitcode/postgres/executor/instrument.bc +lib/postgresql/bitcode/postgres/executor/nodeAgg.bc +lib/postgresql/bitcode/postgres/executor/nodeAppend.bc +lib/postgresql/bitcode/postgres/executor/nodeBitmapAnd.bc +lib/postgresql/bitcode/postgres/executor/nodeBitmapHeapscan.bc +lib/postgresql/bitcode/postgres/executor/nodeBitmapIndexscan.bc +lib/postgresql/bitcode/postgres/executor/nodeBitmapOr.bc +lib/postgresql/bitcode/postgres/executor/nodeCtescan.bc +lib/postgresql/bitcode/postgres/executor/nodeCustom.bc +lib/postgresql/bitcode/postgres/executor/nodeForeignscan.bc +lib/postgresql/bitcode/postgres/executor/nodeFunctionscan.bc +lib/postgresql/bitcode/postgres/executor/nodeGather.bc +lib/postgresql/bitcode/postgres/executor/nodeGatherMerge.bc +lib/postgresql/bitcode/postgres/executor/nodeGroup.bc +lib/postgresql/bitcode/postgres/executor/nodeHash.bc +lib/postgresql/bitcode/postgres/executor/nodeHashjoin.bc +lib/postgresql/bitcode/postgres/executor/nodeIndexonlyscan.bc +lib/postgresql/bitcode/postgres/executor/nodeIndexscan.bc +lib/postgresql/bitcode/postgres/executor/nodeLimit.bc +lib/postgresql/bitcode/postgres/executor/nodeLockRows.bc +lib/postgresql/bitcode/postgres/executor/nodeMaterial.bc +lib/postgresql/bitcode/postgres/executor/nodeMergeAppend.bc +lib/postgresql/bitcode/postgres/executor/nodeMergejoin.bc +lib/postgresql/bitcode/postgres/executor/nodeModifyTable.bc +lib/postgresql/bitcode/postgres/executor/nodeNamedtuplestorescan.bc +lib/postgresql/bitcode/postgres/executor/nodeNestloop.bc +lib/postgresql/bitcode/postgres/executor/nodeProjectSet.bc +lib/postgresql/bitcode/postgres/executor/nodeRecursiveunion.bc +lib/postgresql/bitcode/postgres/executor/nodeResult.bc +lib/postgresql/bitcode/postgres/executor/nodeSamplescan.bc +lib/postgresql/bitcode/postgres/executor/nodeSeqscan.bc +lib/postgresql/bitcode/postgres/executor/nodeSetOp.bc +lib/postgresql/bitcode/postgres/executor/nodeSort.bc +lib/postgresql/bitcode/postgres/executor/nodeSubplan.bc +lib/postgresql/bitcode/postgres/executor/nodeSubqueryscan.bc +lib/postgresql/bitcode/postgres/executor/nodeTableFuncscan.bc +lib/postgresql/bitcode/postgres/executor/nodeTidscan.bc +lib/postgresql/bitcode/postgres/executor/nodeUnique.bc +lib/postgresql/bitcode/postgres/executor/nodeValuesscan.bc +lib/postgresql/bitcode/postgres/executor/nodeWindowAgg.bc +lib/postgresql/bitcode/postgres/executor/nodeWorktablescan.bc +lib/postgresql/bitcode/postgres/executor/spi.bc +lib/postgresql/bitcode/postgres/executor/tqueue.bc +lib/postgresql/bitcode/postgres/executor/tstoreReceiver.bc +lib/postgresql/bitcode/postgres/foreign/foreign.bc +lib/postgresql/bitcode/postgres/jit/jit.bc +lib/postgresql/bitcode/postgres/lib/binaryheap.bc +lib/postgresql/bitcode/postgres/lib/bipartite_match.bc +lib/postgresql/bitcode/postgres/lib/bloomfilter.bc +lib/postgresql/bitcode/postgres/lib/dshash.bc +lib/postgresql/bitcode/postgres/lib/hyperloglog.bc +lib/postgresql/bitcode/postgres/lib/ilist.bc +lib/postgresql/bitcode/postgres/lib/knapsack.bc +lib/postgresql/bitcode/postgres/lib/pairingheap.bc +lib/postgresql/bitcode/postgres/lib/rbtree.bc +lib/postgresql/bitcode/postgres/lib/stringinfo.bc +lib/postgresql/bitcode/postgres/libpq/auth-scram.bc +lib/postgresql/bitcode/postgres/libpq/auth.bc +lib/postgresql/bitcode/postgres/libpq/be-fsstubs.bc +lib/postgresql/bitcode/postgres/libpq/be-secure-common.bc +@comment lib/postgresql/bitcode/postgres/libpq/be-secure-openssl.bc +lib/postgresql/bitcode/postgres/libpq/be-secure.bc +lib/postgresql/bitcode/postgres/libpq/crypt.bc +lib/postgresql/bitcode/postgres/libpq/hba.bc +lib/postgresql/bitcode/postgres/libpq/ifaddr.bc +lib/postgresql/bitcode/postgres/libpq/pqcomm.bc +lib/postgresql/bitcode/postgres/libpq/pqformat.bc +lib/postgresql/bitcode/postgres/libpq/pqmq.bc +lib/postgresql/bitcode/postgres/libpq/pqsignal.bc +lib/postgresql/bitcode/postgres/main/main.bc +lib/postgresql/bitcode/postgres/nodes/bitmapset.bc +lib/postgresql/bitcode/postgres/nodes/copyfuncs.bc +lib/postgresql/bitcode/postgres/nodes/equalfuncs.bc +lib/postgresql/bitcode/postgres/nodes/extensible.bc +lib/postgresql/bitcode/postgres/nodes/list.bc +lib/postgresql/bitcode/postgres/nodes/makefuncs.bc +lib/postgresql/bitcode/postgres/nodes/nodeFuncs.bc +lib/postgresql/bitcode/postgres/nodes/nodes.bc +lib/postgresql/bitcode/postgres/nodes/outfuncs.bc +lib/postgresql/bitcode/postgres/nodes/params.bc +lib/postgresql/bitcode/postgres/nodes/print.bc +lib/postgresql/bitcode/postgres/nodes/read.bc +lib/postgresql/bitcode/postgres/nodes/readfuncs.bc +lib/postgresql/bitcode/postgres/nodes/tidbitmap.bc +lib/postgresql/bitcode/postgres/nodes/value.bc +lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_copy.bc +lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_cx.bc +lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_erx.bc +lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_eval.bc +lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_main.bc +lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_misc.bc +lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_mutation.bc +lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_ox1.bc +lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_ox2.bc +lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_pmx.bc +lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_pool.bc +lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_px.bc +lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_random.bc +lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_recombination.bc +lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_selection.bc +lib/postgresql/bitcode/postgres/optimizer/path/allpaths.bc +lib/postgresql/bitcode/postgres/optimizer/path/clausesel.bc +lib/postgresql/bitcode/postgres/optimizer/path/costsize.bc +lib/postgresql/bitcode/postgres/optimizer/path/equivclass.bc +lib/postgresql/bitcode/postgres/optimizer/path/indxpath.bc +lib/postgresql/bitcode/postgres/optimizer/path/joinpath.bc +lib/postgresql/bitcode/postgres/optimizer/path/joinrels.bc +lib/postgresql/bitcode/postgres/optimizer/path/pathkeys.bc +lib/postgresql/bitcode/postgres/optimizer/path/tidpath.bc +lib/postgresql/bitcode/postgres/optimizer/plan/analyzejoins.bc +lib/postgresql/bitcode/postgres/optimizer/plan/createplan.bc +lib/postgresql/bitcode/postgres/optimizer/plan/initsplan.bc +lib/postgresql/bitcode/postgres/optimizer/plan/planagg.bc +lib/postgresql/bitcode/postgres/optimizer/plan/planmain.bc +lib/postgresql/bitcode/postgres/optimizer/plan/planner.bc +lib/postgresql/bitcode/postgres/optimizer/plan/setrefs.bc +lib/postgresql/bitcode/postgres/optimizer/plan/subselect.bc +lib/postgresql/bitcode/postgres/optimizer/prep/prepjointree.bc +lib/postgresql/bitcode/postgres/optimizer/prep/prepqual.bc +lib/postgresql/bitcode/postgres/optimizer/prep/preptlist.bc +lib/postgresql/bitcode/postgres/optimizer/prep/prepunion.bc +lib/postgresql/bitcode/postgres/optimizer/util/clauses.bc +lib/postgresql/bitcode/postgres/optimizer/util/joininfo.bc +lib/postgresql/bitcode/postgres/optimizer/util/orclauses.bc +lib/postgresql/bitcode/postgres/optimizer/util/pathnode.bc +lib/postgresql/bitcode/postgres/optimizer/util/placeholder.bc +lib/postgresql/bitcode/postgres/optimizer/util/plancat.bc +lib/postgresql/bitcode/postgres/optimizer/util/predtest.bc +lib/postgresql/bitcode/postgres/optimizer/util/relnode.bc +lib/postgresql/bitcode/postgres/optimizer/util/restrictinfo.bc +lib/postgresql/bitcode/postgres/optimizer/util/tlist.bc +lib/postgresql/bitcode/postgres/optimizer/util/var.bc +lib/postgresql/bitcode/postgres/parser/analyze.bc +lib/postgresql/bitcode/postgres/parser/gram.bc +lib/postgresql/bitcode/postgres/parser/parse_agg.bc +lib/postgresql/bitcode/postgres/parser/parse_clause.bc +lib/postgresql/bitcode/postgres/parser/parse_coerce.bc +lib/postgresql/bitcode/postgres/parser/parse_collate.bc +lib/postgresql/bitcode/postgres/parser/parse_cte.bc +lib/postgresql/bitcode/postgres/parser/parse_enr.bc +lib/postgresql/bitcode/postgres/parser/parse_expr.bc +lib/postgresql/bitcode/postgres/parser/parse_func.bc +lib/postgresql/bitcode/postgres/parser/parse_node.bc +lib/postgresql/bitcode/postgres/parser/parse_oper.bc +lib/postgresql/bitcode/postgres/parser/parse_param.bc +lib/postgresql/bitcode/postgres/parser/parse_relation.bc +lib/postgresql/bitcode/postgres/parser/parse_target.bc +lib/postgresql/bitcode/postgres/parser/parse_type.bc +lib/postgresql/bitcode/postgres/parser/parse_utilcmd.bc +lib/postgresql/bitcode/postgres/parser/parser.bc +lib/postgresql/bitcode/postgres/parser/scan.bc +lib/postgresql/bitcode/postgres/parser/scansup.bc +lib/postgresql/bitcode/postgres/partitioning/partbounds.bc +lib/postgresql/bitcode/postgres/partitioning/partprune.bc +lib/postgresql/bitcode/postgres/port/atomics.bc +lib/postgresql/bitcode/postgres/port/dynloader.bc +lib/postgresql/bitcode/postgres/port/pg_sema.bc +lib/postgresql/bitcode/postgres/port/pg_shmem.bc +lib/postgresql/bitcode/postgres/postmaster/autovacuum.bc +lib/postgresql/bitcode/postgres/postmaster/bgworker.bc +lib/postgresql/bitcode/postgres/postmaster/bgwriter.bc +lib/postgresql/bitcode/postgres/postmaster/checkpointer.bc +lib/postgresql/bitcode/postgres/postmaster/fork_process.bc +lib/postgresql/bitcode/postgres/postmaster/pgarch.bc +lib/postgresql/bitcode/postgres/postmaster/pgstat.bc +lib/postgresql/bitcode/postgres/postmaster/postmaster.bc +lib/postgresql/bitcode/postgres/postmaster/startup.bc +lib/postgresql/bitcode/postgres/postmaster/syslogger.bc +lib/postgresql/bitcode/postgres/postmaster/walwriter.bc +lib/postgresql/bitcode/postgres/regex/regcomp.bc +lib/postgresql/bitcode/postgres/regex/regerror.bc +lib/postgresql/bitcode/postgres/regex/regexec.bc +lib/postgresql/bitcode/postgres/regex/regexport.bc +lib/postgresql/bitcode/postgres/regex/regfree.bc +lib/postgresql/bitcode/postgres/regex/regprefix.bc +lib/postgresql/bitcode/postgres/replication/basebackup.bc +lib/postgresql/bitcode/postgres/replication/logical/decode.bc +lib/postgresql/bitcode/postgres/replication/logical/launcher.bc +lib/postgresql/bitcode/postgres/replication/logical/logical.bc +lib/postgresql/bitcode/postgres/replication/logical/logicalfuncs.bc +lib/postgresql/bitcode/postgres/replication/logical/message.bc +lib/postgresql/bitcode/postgres/replication/logical/origin.bc +lib/postgresql/bitcode/postgres/replication/logical/proto.bc +lib/postgresql/bitcode/postgres/replication/logical/relation.bc +lib/postgresql/bitcode/postgres/replication/logical/reorderbuffer.bc +lib/postgresql/bitcode/postgres/replication/logical/snapbuild.bc +lib/postgresql/bitcode/postgres/replication/logical/tablesync.bc +lib/postgresql/bitcode/postgres/replication/logical/worker.bc +lib/postgresql/bitcode/postgres/replication/repl_gram.bc +lib/postgresql/bitcode/postgres/replication/slot.bc +lib/postgresql/bitcode/postgres/replication/slotfuncs.bc +lib/postgresql/bitcode/postgres/replication/syncrep.bc +lib/postgresql/bitcode/postgres/replication/syncrep_gram.bc +lib/postgresql/bitcode/postgres/replication/walreceiver.bc +lib/postgresql/bitcode/postgres/replication/walreceiverfuncs.bc +lib/postgresql/bitcode/postgres/replication/walsender.bc +lib/postgresql/bitcode/postgres/rewrite/rewriteDefine.bc +lib/postgresql/bitcode/postgres/rewrite/rewriteHandler.bc +lib/postgresql/bitcode/postgres/rewrite/rewriteManip.bc +lib/postgresql/bitcode/postgres/rewrite/rewriteRemove.bc +lib/postgresql/bitcode/postgres/rewrite/rewriteSupport.bc +lib/postgresql/bitcode/postgres/rewrite/rowsecurity.bc +lib/postgresql/bitcode/postgres/statistics/dependencies.bc +lib/postgresql/bitcode/postgres/statistics/extended_stats.bc +lib/postgresql/bitcode/postgres/statistics/mvdistinct.bc +lib/postgresql/bitcode/postgres/storage/buffer/buf_init.bc +lib/postgresql/bitcode/postgres/storage/buffer/buf_table.bc +lib/postgresql/bitcode/postgres/storage/buffer/bufmgr.bc +lib/postgresql/bitcode/postgres/storage/buffer/freelist.bc +lib/postgresql/bitcode/postgres/storage/buffer/localbuf.bc +lib/postgresql/bitcode/postgres/storage/file/buffile.bc +lib/postgresql/bitcode/postgres/storage/file/copydir.bc +lib/postgresql/bitcode/postgres/storage/file/fd.bc +lib/postgresql/bitcode/postgres/storage/file/reinit.bc +lib/postgresql/bitcode/postgres/storage/file/sharedfileset.bc +lib/postgresql/bitcode/postgres/storage/freespace/freespace.bc +lib/postgresql/bitcode/postgres/storage/freespace/fsmpage.bc +lib/postgresql/bitcode/postgres/storage/freespace/indexfsm.bc +lib/postgresql/bitcode/postgres/storage/ipc/barrier.bc +lib/postgresql/bitcode/postgres/storage/ipc/dsm.bc +lib/postgresql/bitcode/postgres/storage/ipc/dsm_impl.bc +lib/postgresql/bitcode/postgres/storage/ipc/ipc.bc +lib/postgresql/bitcode/postgres/storage/ipc/ipci.bc +lib/postgresql/bitcode/postgres/storage/ipc/latch.bc +lib/postgresql/bitcode/postgres/storage/ipc/pmsignal.bc +lib/postgresql/bitcode/postgres/storage/ipc/procarray.bc +lib/postgresql/bitcode/postgres/storage/ipc/procsignal.bc +lib/postgresql/bitcode/postgres/storage/ipc/shm_mq.bc +lib/postgresql/bitcode/postgres/storage/ipc/shm_toc.bc +lib/postgresql/bitcode/postgres/storage/ipc/shmem.bc +lib/postgresql/bitcode/postgres/storage/ipc/shmqueue.bc +lib/postgresql/bitcode/postgres/storage/ipc/sinval.bc +lib/postgresql/bitcode/postgres/storage/ipc/sinvaladt.bc +lib/postgresql/bitcode/postgres/storage/ipc/standby.bc +lib/postgresql/bitcode/postgres/storage/large_object/inv_api.bc +lib/postgresql/bitcode/postgres/storage/lmgr/condition_variable.bc +lib/postgresql/bitcode/postgres/storage/lmgr/deadlock.bc +lib/postgresql/bitcode/postgres/storage/lmgr/lmgr.bc +lib/postgresql/bitcode/postgres/storage/lmgr/lock.bc +lib/postgresql/bitcode/postgres/storage/lmgr/lwlock.bc +lib/postgresql/bitcode/postgres/storage/lmgr/lwlocknames.bc +lib/postgresql/bitcode/postgres/storage/lmgr/predicate.bc +lib/postgresql/bitcode/postgres/storage/lmgr/proc.bc +lib/postgresql/bitcode/postgres/storage/lmgr/s_lock.bc +lib/postgresql/bitcode/postgres/storage/lmgr/spin.bc +lib/postgresql/bitcode/postgres/storage/page/bufpage.bc +lib/postgresql/bitcode/postgres/storage/page/checksum.bc +lib/postgresql/bitcode/postgres/storage/page/itemptr.bc +lib/postgresql/bitcode/postgres/storage/smgr/md.bc +lib/postgresql/bitcode/postgres/storage/smgr/smgr.bc +lib/postgresql/bitcode/postgres/storage/smgr/smgrtype.bc +lib/postgresql/bitcode/postgres/tcop/dest.bc +lib/postgresql/bitcode/postgres/tcop/fastpath.bc +lib/postgresql/bitcode/postgres/tcop/%%PG_USER%%.bc +lib/postgresql/bitcode/postgres/tcop/pquery.bc +lib/postgresql/bitcode/postgres/tcop/utility.bc +lib/postgresql/bitcode/postgres/tsearch/dict.bc +lib/postgresql/bitcode/postgres/tsearch/dict_ispell.bc +lib/postgresql/bitcode/postgres/tsearch/dict_simple.bc +lib/postgresql/bitcode/postgres/tsearch/dict_synonym.bc +lib/postgresql/bitcode/postgres/tsearch/dict_thesaurus.bc +lib/postgresql/bitcode/postgres/tsearch/regis.bc +lib/postgresql/bitcode/postgres/tsearch/spell.bc +lib/postgresql/bitcode/postgres/tsearch/to_tsany.bc +lib/postgresql/bitcode/postgres/tsearch/ts_locale.bc +lib/postgresql/bitcode/postgres/tsearch/ts_parse.bc +lib/postgresql/bitcode/postgres/tsearch/ts_selfuncs.bc +lib/postgresql/bitcode/postgres/tsearch/ts_typanalyze.bc +lib/postgresql/bitcode/postgres/tsearch/ts_utils.bc +lib/postgresql/bitcode/postgres/tsearch/wparser.bc +lib/postgresql/bitcode/postgres/tsearch/wparser_def.bc +lib/postgresql/bitcode/postgres/utils/adt/acl.bc +lib/postgresql/bitcode/postgres/utils/adt/amutils.bc +lib/postgresql/bitcode/postgres/utils/adt/array_expanded.bc +lib/postgresql/bitcode/postgres/utils/adt/array_selfuncs.bc +lib/postgresql/bitcode/postgres/utils/adt/array_typanalyze.bc +lib/postgresql/bitcode/postgres/utils/adt/array_userfuncs.bc +lib/postgresql/bitcode/postgres/utils/adt/arrayfuncs.bc +lib/postgresql/bitcode/postgres/utils/adt/arrayutils.bc +lib/postgresql/bitcode/postgres/utils/adt/ascii.bc +lib/postgresql/bitcode/postgres/utils/adt/bool.bc +lib/postgresql/bitcode/postgres/utils/adt/cash.bc +lib/postgresql/bitcode/postgres/utils/adt/char.bc +lib/postgresql/bitcode/postgres/utils/adt/cryptohashes.bc +lib/postgresql/bitcode/postgres/utils/adt/date.bc +lib/postgresql/bitcode/postgres/utils/adt/datetime.bc +lib/postgresql/bitcode/postgres/utils/adt/datum.bc +lib/postgresql/bitcode/postgres/utils/adt/dbsize.bc +lib/postgresql/bitcode/postgres/utils/adt/domains.bc +lib/postgresql/bitcode/postgres/utils/adt/encode.bc +lib/postgresql/bitcode/postgres/utils/adt/enum.bc +lib/postgresql/bitcode/postgres/utils/adt/expandeddatum.bc +lib/postgresql/bitcode/postgres/utils/adt/expandedrecord.bc +lib/postgresql/bitcode/postgres/utils/adt/float.bc +lib/postgresql/bitcode/postgres/utils/adt/format_type.bc +lib/postgresql/bitcode/postgres/utils/adt/formatting.bc +lib/postgresql/bitcode/postgres/utils/adt/genfile.bc +lib/postgresql/bitcode/postgres/utils/adt/geo_ops.bc +lib/postgresql/bitcode/postgres/utils/adt/geo_selfuncs.bc +lib/postgresql/bitcode/postgres/utils/adt/geo_spgist.bc +lib/postgresql/bitcode/postgres/utils/adt/inet_cidr_ntop.bc +lib/postgresql/bitcode/postgres/utils/adt/inet_net_pton.bc +lib/postgresql/bitcode/postgres/utils/adt/int.bc +lib/postgresql/bitcode/postgres/utils/adt/int8.bc +lib/postgresql/bitcode/postgres/utils/adt/json.bc +lib/postgresql/bitcode/postgres/utils/adt/jsonb.bc +lib/postgresql/bitcode/postgres/utils/adt/jsonb_gin.bc +lib/postgresql/bitcode/postgres/utils/adt/jsonb_op.bc +lib/postgresql/bitcode/postgres/utils/adt/jsonb_util.bc +lib/postgresql/bitcode/postgres/utils/adt/jsonfuncs.bc +lib/postgresql/bitcode/postgres/utils/adt/like.bc +lib/postgresql/bitcode/postgres/utils/adt/lockfuncs.bc +lib/postgresql/bitcode/postgres/utils/adt/mac.bc +lib/postgresql/bitcode/postgres/utils/adt/mac8.bc +lib/postgresql/bitcode/postgres/utils/adt/misc.bc +lib/postgresql/bitcode/postgres/utils/adt/nabstime.bc +lib/postgresql/bitcode/postgres/utils/adt/name.bc +lib/postgresql/bitcode/postgres/utils/adt/network.bc +lib/postgresql/bitcode/postgres/utils/adt/network_gist.bc +lib/postgresql/bitcode/postgres/utils/adt/network_selfuncs.bc +lib/postgresql/bitcode/postgres/utils/adt/network_spgist.bc +lib/postgresql/bitcode/postgres/utils/adt/numeric.bc +lib/postgresql/bitcode/postgres/utils/adt/numutils.bc +lib/postgresql/bitcode/postgres/utils/adt/oid.bc +lib/postgresql/bitcode/postgres/utils/adt/oracle_compat.bc +lib/postgresql/bitcode/postgres/utils/adt/orderedsetaggs.bc +lib/postgresql/bitcode/postgres/utils/adt/pg_locale.bc +lib/postgresql/bitcode/postgres/utils/adt/pg_lsn.bc +lib/postgresql/bitcode/postgres/utils/adt/pg_upgrade_support.bc +lib/postgresql/bitcode/postgres/utils/adt/pgstatfuncs.bc +lib/postgresql/bitcode/postgres/utils/adt/pseudotypes.bc +lib/postgresql/bitcode/postgres/utils/adt/quote.bc +lib/postgresql/bitcode/postgres/utils/adt/rangetypes.bc +lib/postgresql/bitcode/postgres/utils/adt/rangetypes_gist.bc +lib/postgresql/bitcode/postgres/utils/adt/rangetypes_selfuncs.bc +lib/postgresql/bitcode/postgres/utils/adt/rangetypes_spgist.bc +lib/postgresql/bitcode/postgres/utils/adt/rangetypes_typanalyze.bc +lib/postgresql/bitcode/postgres/utils/adt/regexp.bc +lib/postgresql/bitcode/postgres/utils/adt/regproc.bc +lib/postgresql/bitcode/postgres/utils/adt/ri_triggers.bc +lib/postgresql/bitcode/postgres/utils/adt/rowtypes.bc +lib/postgresql/bitcode/postgres/utils/adt/ruleutils.bc +lib/postgresql/bitcode/postgres/utils/adt/selfuncs.bc +lib/postgresql/bitcode/postgres/utils/adt/tid.bc +lib/postgresql/bitcode/postgres/utils/adt/timestamp.bc +lib/postgresql/bitcode/postgres/utils/adt/trigfuncs.bc +lib/postgresql/bitcode/postgres/utils/adt/tsginidx.bc +lib/postgresql/bitcode/postgres/utils/adt/tsgistidx.bc +lib/postgresql/bitcode/postgres/utils/adt/tsquery.bc +lib/postgresql/bitcode/postgres/utils/adt/tsquery_cleanup.bc +lib/postgresql/bitcode/postgres/utils/adt/tsquery_gist.bc +lib/postgresql/bitcode/postgres/utils/adt/tsquery_op.bc +lib/postgresql/bitcode/postgres/utils/adt/tsquery_rewrite.bc +lib/postgresql/bitcode/postgres/utils/adt/tsquery_util.bc +lib/postgresql/bitcode/postgres/utils/adt/tsrank.bc +lib/postgresql/bitcode/postgres/utils/adt/tsvector.bc +lib/postgresql/bitcode/postgres/utils/adt/tsvector_op.bc +lib/postgresql/bitcode/postgres/utils/adt/tsvector_parser.bc +lib/postgresql/bitcode/postgres/utils/adt/txid.bc +lib/postgresql/bitcode/postgres/utils/adt/uuid.bc +lib/postgresql/bitcode/postgres/utils/adt/varbit.bc +lib/postgresql/bitcode/postgres/utils/adt/varchar.bc +lib/postgresql/bitcode/postgres/utils/adt/varlena.bc +lib/postgresql/bitcode/postgres/utils/adt/version.bc +lib/postgresql/bitcode/postgres/utils/adt/windowfuncs.bc +lib/postgresql/bitcode/postgres/utils/adt/xid.bc +lib/postgresql/bitcode/postgres/utils/adt/xml.bc +lib/postgresql/bitcode/postgres/utils/cache/attoptcache.bc +lib/postgresql/bitcode/postgres/utils/cache/catcache.bc +lib/postgresql/bitcode/postgres/utils/cache/evtcache.bc +lib/postgresql/bitcode/postgres/utils/cache/inval.bc +lib/postgresql/bitcode/postgres/utils/cache/lsyscache.bc +lib/postgresql/bitcode/postgres/utils/cache/partcache.bc +lib/postgresql/bitcode/postgres/utils/cache/plancache.bc +lib/postgresql/bitcode/postgres/utils/cache/relcache.bc +lib/postgresql/bitcode/postgres/utils/cache/relfilenodemap.bc +lib/postgresql/bitcode/postgres/utils/cache/relmapper.bc +lib/postgresql/bitcode/postgres/utils/cache/spccache.bc +lib/postgresql/bitcode/postgres/utils/cache/syscache.bc +lib/postgresql/bitcode/postgres/utils/cache/ts_cache.bc +lib/postgresql/bitcode/postgres/utils/cache/typcache.bc +lib/postgresql/bitcode/postgres/utils/error/assert.bc +lib/postgresql/bitcode/postgres/utils/error/elog.bc +lib/postgresql/bitcode/postgres/utils/fmgr/dfmgr.bc +lib/postgresql/bitcode/postgres/utils/fmgr/fmgr.bc +lib/postgresql/bitcode/postgres/utils/fmgr/funcapi.bc +lib/postgresql/bitcode/postgres/utils/fmgrtab.bc +lib/postgresql/bitcode/postgres/utils/hash/dynahash.bc +lib/postgresql/bitcode/postgres/utils/hash/hashfn.bc +lib/postgresql/bitcode/postgres/utils/hash/pg_crc.bc +lib/postgresql/bitcode/postgres/utils/init/globals.bc +lib/postgresql/bitcode/postgres/utils/init/miscinit.bc +lib/postgresql/bitcode/postgres/utils/init/postinit.bc +lib/postgresql/bitcode/postgres/utils/mb/conv.bc +lib/postgresql/bitcode/postgres/utils/mb/encnames.bc +lib/postgresql/bitcode/postgres/utils/mb/mbutils.bc +lib/postgresql/bitcode/postgres/utils/mb/wchar.bc +lib/postgresql/bitcode/postgres/utils/mb/wstrcmp.bc +lib/postgresql/bitcode/postgres/utils/mb/wstrncmp.bc +lib/postgresql/bitcode/postgres/utils/misc/backend_random.bc +lib/postgresql/bitcode/postgres/utils/misc/guc.bc +lib/postgresql/bitcode/postgres/utils/misc/help_config.bc +lib/postgresql/bitcode/postgres/utils/misc/pg_config.bc +lib/postgresql/bitcode/postgres/utils/misc/pg_controldata.bc +lib/postgresql/bitcode/postgres/utils/misc/pg_rusage.bc +lib/postgresql/bitcode/postgres/utils/misc/ps_status.bc +lib/postgresql/bitcode/postgres/utils/misc/queryenvironment.bc +lib/postgresql/bitcode/postgres/utils/misc/rls.bc +lib/postgresql/bitcode/postgres/utils/misc/sampling.bc +lib/postgresql/bitcode/postgres/utils/misc/superuser.bc +lib/postgresql/bitcode/postgres/utils/misc/timeout.bc +lib/postgresql/bitcode/postgres/utils/misc/tzparser.bc +lib/postgresql/bitcode/postgres/utils/mmgr/aset.bc +lib/postgresql/bitcode/postgres/utils/mmgr/dsa.bc +lib/postgresql/bitcode/postgres/utils/mmgr/freepage.bc +lib/postgresql/bitcode/postgres/utils/mmgr/generation.bc +lib/postgresql/bitcode/postgres/utils/mmgr/mcxt.bc +lib/postgresql/bitcode/postgres/utils/mmgr/memdebug.bc +lib/postgresql/bitcode/postgres/utils/mmgr/portalmem.bc +lib/postgresql/bitcode/postgres/utils/mmgr/slab.bc +lib/postgresql/bitcode/postgres/utils/resowner/resowner.bc +lib/postgresql/bitcode/postgres/utils/sort/logtape.bc +lib/postgresql/bitcode/postgres/utils/sort/sharedtuplestore.bc +lib/postgresql/bitcode/postgres/utils/sort/sortsupport.bc +lib/postgresql/bitcode/postgres/utils/sort/tuplesort.bc +lib/postgresql/bitcode/postgres/utils/sort/tuplestore.bc +lib/postgresql/bitcode/postgres/utils/time/combocid.bc +lib/postgresql/bitcode/postgres/utils/time/snapmgr.bc +lib/postgresql/bitcode/postgres/utils/time/tqual.bc +lib/postgresql/llvmjit.so +lib/postgresql/llvmjit_types.bc