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