diff --git a/Mk/Uses/pgsql.mk b/Mk/Uses/pgsql.mk --- a/Mk/Uses/pgsql.mk +++ b/Mk/Uses/pgsql.mk @@ -40,6 +40,7 @@ # When adding a version, please keep the comment in # Mk/bsd.default-versions.mk in sync. VALID_PGSQL_VER= 9.6 10 11 12 13 14 +HIGHEST_PGSQL_VER= 14 # Override non-default LIBVERS like this: #PGSQL99_LIBVER=6 @@ -51,7 +52,7 @@ .for v in ${PGSQL_DEFAULT} . if ! ${VALID_PGSQL_VER:M$v} -IGNORE= Invalid PGSQL default version ${PGSQL_DEFAULT}; valid versions are ${VALID_PGSQL_VER} +#IGNORE= Invalid PGSQL default version ${PGSQL_DEFAULT}; valid versions are ${VALID_PGSQL_VER} . endif .endfor @@ -118,7 +119,7 @@ . endfor . endif . if defined(_PGSQL_VER) && ${_PGSQL_VER} != ${PGSQL_VER} -IGNORE?= cannot install: the port wants postgresql-client version ${_WANT_PGSQL_VER} and you have version ${_PGSQL_VER} installed +#IGNORE?= cannot install: the port wants postgresql-client version ${_WANT_PGSQL_VER} and you have version ${_PGSQL_VER} installed . endif . endif @@ -146,7 +147,7 @@ . endif # IGNORE_WITH_PGSQL .if !defined(WANT_PGSQL) || ${WANT_PGSQL:Mlib} -LIB_DEPENDS+= libpq.so.${PGSQL${PGSQL_VER_NODOT}_LIBVER}:databases/postgresql${PGSQL_VER_NODOT}-client +LIB_DEPENDS+= libpq.so.${PGSQL${PGSQL_VER_NODOT}_LIBVER}:databases/postgresql${HIGHEST_PGSQL_VER}-client .endif _USE_PGSQL_DEP= client contrib docs pgtcl plperl plpython pltcl server diff --git a/databases/postgresql10-server/files/postgresql.in b/databases/postgresql10-server/files/postgresql10.in rename from databases/postgresql10-server/files/postgresql.in rename to databases/postgresql10-server/files/postgresql10.in diff --git a/databases/postgresql10-server/pkg-plist-server b/databases/postgresql10-server/pkg-plist-server --- a/databases/postgresql10-server/pkg-plist-server +++ b/databases/postgresql10-server/pkg-plist-server @@ -1,51 +1,51 @@ -bin/initdb -bin/pg_archivecleanup -bin/pg_basebackup -bin/pg_controldata -bin/pg_ctl -bin/pg_receivewal -bin/pg_recvlogical -bin/pg_resetwal -bin/pg_rewind -bin/pg_test_fsync -bin/pg_test_timing -bin/pg_upgrade -bin/pg_waldump -bin/postgres -bin/postmaster -etc/periodic/daily/502.pgsql -include/postgresql/server/plpgsql.h -lib/postgresql/ascii_and_mic.so -lib/postgresql/cyrillic_and_mic.so -lib/postgresql/dict_snowball.so -lib/postgresql/euc2004_sjis2004.so -lib/postgresql/euc_cn_and_mic.so -lib/postgresql/euc_jp_and_sjis.so -lib/postgresql/euc_kr_and_mic.so -lib/postgresql/euc_tw_and_big5.so -lib/postgresql/latin2_and_win1250.so -lib/postgresql/latin_and_mic.so -lib/postgresql/libpqwalreceiver.so -lib/postgresql/pgoutput.so -lib/postgresql/plpgsql.so -lib/postgresql/utf8_and_ascii.so -lib/postgresql/utf8_and_big5.so -lib/postgresql/utf8_and_cyrillic.so -lib/postgresql/utf8_and_euc2004.so -lib/postgresql/utf8_and_euc_cn.so -lib/postgresql/utf8_and_euc_jp.so -lib/postgresql/utf8_and_euc_kr.so -lib/postgresql/utf8_and_euc_tw.so -lib/postgresql/utf8_and_gb18030.so -lib/postgresql/utf8_and_gbk.so -lib/postgresql/utf8_and_iso8859.so -lib/postgresql/utf8_and_iso8859_1.so -lib/postgresql/utf8_and_johab.so -lib/postgresql/utf8_and_sjis.so -lib/postgresql/utf8_and_sjis2004.so -lib/postgresql/utf8_and_uhc.so -lib/postgresql/utf8_and_win.so -lib/libpgcommon.a +%%PG_BINDIR%%/initdb +%%PG_BINDIR%%/pg_archivecleanup +%%PG_BINDIR%%/pg_basebackup +%%PG_BINDIR%%/pg_controldata +%%PG_BINDIR%%/pg_ctl +%%PG_BINDIR%%/pg_receivewal +%%PG_BINDIR%%/pg_recvlogical +%%PG_BINDIR%%/pg_resetwal +%%PG_BINDIR%%/pg_rewind +%%PG_BINDIR%%/pg_test_fsync +%%PG_BINDIR%%/pg_test_timing +%%PG_BINDIR%%/pg_upgrade +%%PG_BINDIR%%/pg_waldump +%%PG_BINDIR%%/postgres +%%PG_BINDIR%%/postmaster +etc/periodic/daily/502.pgsql-%%PG_VERS%% +%%PG_INCDIR%%/server/plpgsql.h +%%PG_LIBDIR%%/ascii_and_mic.so +%%PG_LIBDIR%%/cyrillic_and_mic.so +%%PG_LIBDIR%%/dict_snowball.so +%%PG_LIBDIR%%/euc2004_sjis2004.so +%%PG_LIBDIR%%/euc_cn_and_mic.so +%%PG_LIBDIR%%/euc_jp_and_sjis.so +%%PG_LIBDIR%%/euc_kr_and_mic.so +%%PG_LIBDIR%%/euc_tw_and_big5.so +%%PG_LIBDIR%%/latin2_and_win1250.so +%%PG_LIBDIR%%/latin_and_mic.so +%%PG_LIBDIR%%/libpqwalreceiver.so +%%PG_LIBDIR%%/pgoutput.so +%%PG_LIBDIR%%/plpgsql.so +%%PG_LIBDIR%%/utf8_and_ascii.so +%%PG_LIBDIR%%/utf8_and_big5.so +%%PG_LIBDIR%%/utf8_and_cyrillic.so +%%PG_LIBDIR%%/utf8_and_euc2004.so +%%PG_LIBDIR%%/utf8_and_euc_cn.so +%%PG_LIBDIR%%/utf8_and_euc_jp.so +%%PG_LIBDIR%%/utf8_and_euc_kr.so +%%PG_LIBDIR%%/utf8_and_euc_tw.so +%%PG_LIBDIR%%/utf8_and_gb18030.so +%%PG_LIBDIR%%/utf8_and_gbk.so +%%PG_LIBDIR%%/utf8_and_iso8859.so +%%PG_LIBDIR%%/utf8_and_iso8859_1.so +%%PG_LIBDIR%%/utf8_and_johab.so +%%PG_LIBDIR%%/utf8_and_sjis.so +%%PG_LIBDIR%%/utf8_and_sjis2004.so +%%PG_LIBDIR%%/utf8_and_uhc.so +%%PG_LIBDIR%%/utf8_and_win.so +%%PG_LIBDIR%%/libpgcommon.a %%PORTDOCS%%%%DOCSDIR%%/README-server %%DATADIR%%/conversion_create.sql %%DATADIR%%/information_schema.sql diff --git a/databases/postgresql11-server/files/postgresql.in b/databases/postgresql11-server/files/postgresql11.in rename from databases/postgresql11-server/files/postgresql.in rename to databases/postgresql11-server/files/postgresql11.in diff --git a/databases/postgresql11-server/pkg-plist-server b/databases/postgresql11-server/pkg-plist-server --- a/databases/postgresql11-server/pkg-plist-server +++ b/databases/postgresql11-server/pkg-plist-server @@ -1,706 +1,706 @@ -bin/initdb -bin/pg_archivecleanup -bin/pg_basebackup -bin/pg_controldata -bin/pg_ctl -bin/pg_receivewal -bin/pg_recvlogical -bin/pg_resetwal -bin/pg_rewind -bin/pg_test_fsync -bin/pg_test_timing -bin/pg_upgrade -bin/pg_waldump -bin/postgres -bin/postmaster -etc/periodic/daily/502.pgsql -include/postgresql/server/plpgsql.h -lib/postgresql/ascii_and_mic.so -lib/postgresql/cyrillic_and_mic.so -lib/postgresql/dict_snowball.so -lib/postgresql/euc2004_sjis2004.so -lib/postgresql/euc_cn_and_mic.so -lib/postgresql/euc_jp_and_sjis.so -lib/postgresql/euc_kr_and_mic.so -lib/postgresql/euc_tw_and_big5.so -lib/postgresql/latin2_and_win1250.so -lib/postgresql/latin_and_mic.so -lib/postgresql/libpqwalreceiver.so -lib/postgresql/pgoutput.so -lib/postgresql/plpgsql.so -lib/postgresql/utf8_and_ascii.so -lib/postgresql/utf8_and_big5.so -lib/postgresql/utf8_and_cyrillic.so -lib/postgresql/utf8_and_euc2004.so -lib/postgresql/utf8_and_euc_cn.so -lib/postgresql/utf8_and_euc_jp.so -lib/postgresql/utf8_and_euc_kr.so -lib/postgresql/utf8_and_euc_tw.so -lib/postgresql/utf8_and_gb18030.so -lib/postgresql/utf8_and_gbk.so -lib/postgresql/utf8_and_iso8859.so -lib/postgresql/utf8_and_iso8859_1.so -lib/postgresql/utf8_and_johab.so -lib/postgresql/utf8_and_sjis.so -lib/postgresql/utf8_and_sjis2004.so -lib/postgresql/utf8_and_uhc.so -lib/postgresql/utf8_and_win.so -%%LLVM%%lib/postgresql/llvmjit.so -%%LLVM%%lib/postgresql/llvmjit_types.bc -%%LLVM%%lib/postgresql/bitcode/postgres.index.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/brin/brin.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/brin/brin_inclusion.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/brin/brin_minmax.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/brin/brin_pageops.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/brin/brin_revmap.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/brin/brin_tuple.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/brin/brin_validate.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/brin/brin_xlog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/bufmask.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/heaptuple.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/indextuple.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/printsimple.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/printtup.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/reloptions.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/scankey.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/session.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/tupconvert.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/tupdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginarrayproc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginbtree.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginbulk.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/gindatapage.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginentrypage.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginfast.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginget.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/gininsert.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginlogic.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginpostinglist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginutil.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginvacuum.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginvalidate.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginxlog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gist/gist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gist/gistbuild.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gist/gistbuildbuffers.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gist/gistget.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gist/gistproc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gist/gistscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gist/gistsplit.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gist/gistutil.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gist/gistvacuum.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gist/gistvalidate.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gist/gistxlog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/hash/hash.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/hash/hash_xlog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/hash/hashfunc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/hash/hashinsert.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/hash/hashovfl.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/hash/hashpage.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/hash/hashsearch.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/hash/hashsort.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/hash/hashutil.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/hash/hashvalidate.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/heap/heapam.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/heap/hio.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/heap/pruneheap.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/heap/rewriteheap.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/heap/syncscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/heap/tuptoaster.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/heap/visibilitymap.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/index/amapi.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/index/amvalidate.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/index/genam.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/index/indexam.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/nbtree/nbtcompare.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/nbtree/nbtinsert.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/nbtree/nbtpage.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/nbtree/nbtree.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/nbtree/nbtsearch.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/nbtree/nbtsort.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/nbtree/nbtutils.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/nbtree/nbtvalidate.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/nbtree/nbtxlog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/brindesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/clogdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/committsdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/dbasedesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/genericdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/gindesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/gistdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/hashdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/heapdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/logicalmsgdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/mxactdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/nbtdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/relmapdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/replorigindesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/seqdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/smgrdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/spgdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/standbydesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/tblspcdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/xactdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/xlogdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/spgist/spgdoinsert.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/spgist/spginsert.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/spgist/spgkdtreeproc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/spgist/spgquadtreeproc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/spgist/spgscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/spgist/spgtextproc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/spgist/spgutils.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/spgist/spgvacuum.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/spgist/spgvalidate.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/spgist/spgxlog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/tablesample/bernoulli.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/tablesample/system.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/tablesample/tablesample.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/clog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/commit_ts.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/generic_xlog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/multixact.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/parallel.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/rmgr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/slru.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/subtrans.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/timeline.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/transam.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/twophase.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/twophase_rmgr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/varsup.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/xact.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/xlog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/xlogarchive.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/xlogfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/xloginsert.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/xlogreader.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/xlogutils.bc -%%LLVM%%lib/postgresql/bitcode/postgres/bootstrap/bootparse.bc -%%LLVM%%lib/postgresql/bitcode/postgres/bootstrap/bootstrap.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/aclchk.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/catalog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/dependency.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/heap.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/index.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/indexing.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/namespace.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/objectaccess.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/objectaddress.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/partition.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_aggregate.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_collation.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_constraint.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_conversion.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_db_role_setting.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_depend.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_enum.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_inherits.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_largeobject.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_namespace.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_operator.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_proc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_publication.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_range.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_shdepend.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_subscription.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_type.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/storage.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/toasting.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/aggregatecmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/alter.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/amcmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/analyze.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/async.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/cluster.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/collationcmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/comment.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/constraint.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/conversioncmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/copy.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/createas.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/dbcommands.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/define.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/discard.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/dropcmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/event_trigger.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/explain.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/extension.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/foreigncmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/functioncmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/indexcmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/lockcmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/matview.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/opclasscmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/operatorcmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/policy.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/portalcmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/prepare.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/proclang.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/publicationcmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/schemacmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/seclabel.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/sequence.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/statscmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/subscriptioncmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/tablecmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/tablespace.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/trigger.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/tsearchcmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/typecmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/user.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/vacuum.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/vacuumlazy.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/variable.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/view.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execAmi.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execCurrent.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execExpr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execExprInterp.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execGrouping.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execIndexing.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execJunk.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execMain.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execParallel.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execPartition.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execProcnode.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execReplication.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execSRF.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execScan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execTuples.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execUtils.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/functions.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/instrument.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeAgg.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeAppend.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeBitmapAnd.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeBitmapHeapscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeBitmapIndexscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeBitmapOr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeCtescan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeCustom.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeForeignscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeFunctionscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeGather.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeGatherMerge.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeGroup.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeHash.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeHashjoin.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeIndexonlyscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeIndexscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeLimit.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeLockRows.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeMaterial.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeMergeAppend.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeMergejoin.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeModifyTable.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeNamedtuplestorescan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeNestloop.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeProjectSet.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeRecursiveunion.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeResult.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeSamplescan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeSeqscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeSetOp.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeSort.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeSubplan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeSubqueryscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeTableFuncscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeTidscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeUnique.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeValuesscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeWindowAgg.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeWorktablescan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/spi.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/tqueue.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/tstoreReceiver.bc -%%LLVM%%lib/postgresql/bitcode/postgres/foreign/foreign.bc -%%LLVM%%lib/postgresql/bitcode/postgres/jit/jit.bc -%%LLVM%%lib/postgresql/bitcode/postgres/lib/binaryheap.bc -%%LLVM%%lib/postgresql/bitcode/postgres/lib/bipartite_match.bc -%%LLVM%%lib/postgresql/bitcode/postgres/lib/bloomfilter.bc -%%LLVM%%lib/postgresql/bitcode/postgres/lib/dshash.bc -%%LLVM%%lib/postgresql/bitcode/postgres/lib/hyperloglog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/lib/ilist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/lib/knapsack.bc -%%LLVM%%lib/postgresql/bitcode/postgres/lib/pairingheap.bc -%%LLVM%%lib/postgresql/bitcode/postgres/lib/rbtree.bc -%%LLVM%%lib/postgresql/bitcode/postgres/lib/stringinfo.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/auth-scram.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/auth.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/be-fsstubs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/be-secure-common.bc -%%LLVM%%%%SSL%%lib/postgresql/bitcode/postgres/libpq/be-secure-openssl.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/be-secure.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/crypt.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/hba.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/ifaddr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/pqcomm.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/pqformat.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/pqmq.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/pqsignal.bc -%%LLVM%%lib/postgresql/bitcode/postgres/main/main.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/bitmapset.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/copyfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/equalfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/extensible.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/list.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/makefuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/nodeFuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/nodes.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/outfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/params.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/print.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/read.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/readfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/tidbitmap.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/value.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_copy.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_cx.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_erx.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_eval.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_main.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_misc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_mutation.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_ox1.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_ox2.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_pmx.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_pool.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_px.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_random.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_recombination.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_selection.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/path/allpaths.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/path/clausesel.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/path/costsize.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/path/equivclass.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/path/indxpath.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/path/joinpath.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/path/joinrels.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/path/pathkeys.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/path/tidpath.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/plan/analyzejoins.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/plan/createplan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/plan/initsplan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/plan/planagg.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/plan/planmain.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/plan/planner.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/plan/setrefs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/plan/subselect.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/prep/prepjointree.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/prep/prepqual.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/prep/preptlist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/prep/prepunion.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/clauses.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/joininfo.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/orclauses.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/paramassign.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/pathnode.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/placeholder.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/plancat.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/predtest.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/relnode.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/restrictinfo.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/tlist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/var.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/analyze.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/gram.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_agg.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_clause.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_coerce.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_collate.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_cte.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_enr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_expr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_func.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_node.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_oper.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_param.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_relation.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_target.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_type.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_utilcmd.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parser.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/scan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/scansup.bc -%%LLVM%%lib/postgresql/bitcode/postgres/partitioning/partbounds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/partitioning/partprune.bc -%%LLVM%%lib/postgresql/bitcode/postgres/port/atomics.bc -%%LLVM%%lib/postgresql/bitcode/postgres/port/dynloader.bc -%%LLVM%%lib/postgresql/bitcode/postgres/port/pg_sema.bc -%%LLVM%%lib/postgresql/bitcode/postgres/port/pg_shmem.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/autovacuum.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/bgworker.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/bgwriter.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/checkpointer.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/fork_process.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/pgarch.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/pgstat.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/postmaster.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/startup.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/syslogger.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/walwriter.bc -%%LLVM%%lib/postgresql/bitcode/postgres/regex/regcomp.bc -%%LLVM%%lib/postgresql/bitcode/postgres/regex/regerror.bc -%%LLVM%%lib/postgresql/bitcode/postgres/regex/regexec.bc -%%LLVM%%lib/postgresql/bitcode/postgres/regex/regexport.bc -%%LLVM%%lib/postgresql/bitcode/postgres/regex/regfree.bc -%%LLVM%%lib/postgresql/bitcode/postgres/regex/regprefix.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/basebackup.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/decode.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/launcher.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/logical.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/logicalfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/message.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/origin.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/proto.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/relation.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/reorderbuffer.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/snapbuild.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/tablesync.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/worker.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/repl_gram.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/slot.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/slotfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/syncrep.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/syncrep_gram.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/walreceiver.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/walreceiverfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/walsender.bc -%%LLVM%%lib/postgresql/bitcode/postgres/rewrite/rewriteDefine.bc -%%LLVM%%lib/postgresql/bitcode/postgres/rewrite/rewriteHandler.bc -%%LLVM%%lib/postgresql/bitcode/postgres/rewrite/rewriteManip.bc -%%LLVM%%lib/postgresql/bitcode/postgres/rewrite/rewriteRemove.bc -%%LLVM%%lib/postgresql/bitcode/postgres/rewrite/rewriteSupport.bc -%%LLVM%%lib/postgresql/bitcode/postgres/rewrite/rowsecurity.bc -%%LLVM%%lib/postgresql/bitcode/postgres/statistics/dependencies.bc -%%LLVM%%lib/postgresql/bitcode/postgres/statistics/extended_stats.bc -%%LLVM%%lib/postgresql/bitcode/postgres/statistics/mvdistinct.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/buffer/buf_init.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/buffer/buf_table.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/buffer/bufmgr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/buffer/freelist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/buffer/localbuf.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/file/buffile.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/file/copydir.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/file/fd.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/file/reinit.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/file/sharedfileset.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/freespace/freespace.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/freespace/fsmpage.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/freespace/indexfsm.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/barrier.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/dsm.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/dsm_impl.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/ipc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/ipci.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/latch.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/pmsignal.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/procarray.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/procsignal.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/shm_mq.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/shm_toc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/shmem.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/shmqueue.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/sinval.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/sinvaladt.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/standby.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/large_object/inv_api.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/lmgr/condition_variable.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/lmgr/deadlock.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/lmgr/lmgr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/lmgr/lock.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/lmgr/lwlock.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/lmgr/lwlocknames.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/lmgr/predicate.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/lmgr/proc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/lmgr/s_lock.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/lmgr/spin.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/page/bufpage.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/page/checksum.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/page/itemptr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/smgr/md.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/smgr/smgr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/smgr/smgrtype.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tcop/dest.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tcop/fastpath.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tcop/postgres.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tcop/pquery.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tcop/utility.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/dict.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/dict_ispell.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/dict_simple.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/dict_synonym.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/dict_thesaurus.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/regis.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/spell.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/to_tsany.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/ts_locale.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/ts_parse.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/ts_selfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/ts_typanalyze.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/ts_utils.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/wparser.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/wparser_def.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/acl.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/amutils.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/array_expanded.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/array_selfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/array_typanalyze.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/array_userfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/arrayfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/arrayutils.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/ascii.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/bool.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/cash.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/char.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/cryptohashes.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/date.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/datetime.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/datum.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/dbsize.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/domains.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/encode.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/enum.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/expandeddatum.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/expandedrecord.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/float.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/format_type.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/formatting.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/genfile.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/geo_ops.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/geo_selfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/geo_spgist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/inet_cidr_ntop.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/inet_net_pton.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/int.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/int8.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/json.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/jsonb.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/jsonb_gin.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/jsonb_op.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/jsonb_util.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/jsonfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/like.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/lockfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/mac.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/mac8.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/misc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/nabstime.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/name.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/network.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/network_gist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/network_selfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/network_spgist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/numeric.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/numutils.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/oid.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/oracle_compat.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/orderedsetaggs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/pg_locale.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/pg_lsn.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/pg_upgrade_support.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/pgstatfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/pseudotypes.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/quote.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/rangetypes.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/rangetypes_gist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/rangetypes_selfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/rangetypes_spgist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/rangetypes_typanalyze.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/regexp.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/regproc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/ri_triggers.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/rowtypes.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/ruleutils.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/selfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tid.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/timestamp.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/trigfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsginidx.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsgistidx.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsquery.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsquery_cleanup.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsquery_gist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsquery_op.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsquery_rewrite.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsquery_util.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsrank.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsvector.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsvector_op.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsvector_parser.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/txid.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/uuid.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/varbit.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/varchar.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/varlena.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/version.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/windowfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/xid.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/xml.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/attoptcache.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/catcache.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/evtcache.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/inval.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/lsyscache.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/partcache.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/plancache.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/relcache.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/relfilenodemap.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/relmapper.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/spccache.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/syscache.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/ts_cache.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/typcache.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/error/assert.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/error/elog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/fmgr/dfmgr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/fmgr/fmgr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/fmgr/funcapi.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/fmgrtab.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/hash/dynahash.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/hash/hashfn.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/hash/pg_crc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/init/globals.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/init/miscinit.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/init/postinit.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mb/conv.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mb/encnames.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mb/mbutils.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mb/wchar.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mb/wstrcmp.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mb/wstrncmp.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/backend_random.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/guc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/help_config.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/pg_config.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/pg_controldata.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/pg_rusage.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/ps_status.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/queryenvironment.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/rls.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/sampling.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/superuser.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/timeout.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/tzparser.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mmgr/aset.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mmgr/dsa.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mmgr/freepage.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mmgr/generation.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mmgr/mcxt.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mmgr/memdebug.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mmgr/portalmem.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mmgr/slab.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/resowner/resowner.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/sort/logtape.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/sort/sharedtuplestore.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/sort/sortsupport.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/sort/tuplesort.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/sort/tuplestore.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/time/combocid.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/time/snapmgr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/time/tqual.bc -lib/libpgcommon.a +%%PG_BINDIR%%/initdb +%%PG_BINDIR%%/pg_archivecleanup +%%PG_BINDIR%%/pg_basebackup +%%PG_BINDIR%%/pg_controldata +%%PG_BINDIR%%/pg_ctl +%%PG_BINDIR%%/pg_receivewal +%%PG_BINDIR%%/pg_recvlogical +%%PG_BINDIR%%/pg_resetwal +%%PG_BINDIR%%/pg_rewind +%%PG_BINDIR%%/pg_test_fsync +%%PG_BINDIR%%/pg_test_timing +%%PG_BINDIR%%/pg_upgrade +%%PG_BINDIR%%/pg_waldump +%%PG_BINDIR%%/postgres +%%PG_BINDIR%%/postmaster +etc/periodic/daily/502.pgsql-%%PG_VERS%% +%%PG_INCDIR%%/server/plpgsql.h +%%PG_LIBDIR%%/ascii_and_mic.so +%%PG_LIBDIR%%/cyrillic_and_mic.so +%%PG_LIBDIR%%/dict_snowball.so +%%PG_LIBDIR%%/euc2004_sjis2004.so +%%PG_LIBDIR%%/euc_cn_and_mic.so +%%PG_LIBDIR%%/euc_jp_and_sjis.so +%%PG_LIBDIR%%/euc_kr_and_mic.so +%%PG_LIBDIR%%/euc_tw_and_big5.so +%%PG_LIBDIR%%/latin2_and_win1250.so +%%PG_LIBDIR%%/latin_and_mic.so +%%PG_LIBDIR%%/libpqwalreceiver.so +%%PG_LIBDIR%%/pgoutput.so +%%PG_LIBDIR%%/plpgsql.so +%%PG_LIBDIR%%/utf8_and_ascii.so +%%PG_LIBDIR%%/utf8_and_big5.so +%%PG_LIBDIR%%/utf8_and_cyrillic.so +%%PG_LIBDIR%%/utf8_and_euc2004.so +%%PG_LIBDIR%%/utf8_and_euc_cn.so +%%PG_LIBDIR%%/utf8_and_euc_jp.so +%%PG_LIBDIR%%/utf8_and_euc_kr.so +%%PG_LIBDIR%%/utf8_and_euc_tw.so +%%PG_LIBDIR%%/utf8_and_gb18030.so +%%PG_LIBDIR%%/utf8_and_gbk.so +%%PG_LIBDIR%%/utf8_and_iso8859.so +%%PG_LIBDIR%%/utf8_and_iso8859_1.so +%%PG_LIBDIR%%/utf8_and_johab.so +%%PG_LIBDIR%%/utf8_and_sjis.so +%%PG_LIBDIR%%/utf8_and_sjis2004.so +%%PG_LIBDIR%%/utf8_and_uhc.so +%%PG_LIBDIR%%/utf8_and_win.so +%%LLVM%%%%PG_LIBDIR%%/llvmjit.so +%%LLVM%%%%PG_LIBDIR%%/llvmjit_types.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres.index.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/brin/brin.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/brin/brin_inclusion.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/brin/brin_minmax.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/brin/brin_pageops.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/brin/brin_revmap.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/brin/brin_tuple.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/brin/brin_validate.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/brin/brin_xlog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/bufmask.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/heaptuple.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/indextuple.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/printsimple.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/printtup.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/reloptions.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/scankey.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/session.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/tupconvert.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/tupdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginarrayproc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginbtree.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginbulk.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/gindatapage.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginentrypage.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginfast.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginget.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/gininsert.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginlogic.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginpostinglist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginutil.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginvacuum.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginvalidate.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginxlog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gist/gist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gist/gistbuild.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gist/gistbuildbuffers.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gist/gistget.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gist/gistproc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gist/gistscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gist/gistsplit.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gist/gistutil.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gist/gistvacuum.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gist/gistvalidate.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gist/gistxlog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/hash/hash.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/hash/hash_xlog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/hash/hashfunc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/hash/hashinsert.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/hash/hashovfl.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/hash/hashpage.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/hash/hashsearch.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/hash/hashsort.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/hash/hashutil.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/hash/hashvalidate.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/heap/heapam.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/heap/hio.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/heap/pruneheap.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/heap/rewriteheap.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/heap/syncscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/heap/tuptoaster.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/heap/visibilitymap.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/index/amapi.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/index/amvalidate.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/index/genam.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/index/indexam.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/nbtree/nbtcompare.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/nbtree/nbtinsert.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/nbtree/nbtpage.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/nbtree/nbtree.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/nbtree/nbtsearch.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/nbtree/nbtsort.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/nbtree/nbtutils.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/nbtree/nbtvalidate.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/nbtree/nbtxlog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/brindesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/clogdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/committsdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/dbasedesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/genericdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/gindesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/gistdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/hashdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/heapdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/logicalmsgdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/mxactdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/nbtdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/relmapdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/replorigindesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/seqdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/smgrdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/spgdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/standbydesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/tblspcdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/xactdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/xlogdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/spgist/spgdoinsert.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/spgist/spginsert.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/spgist/spgkdtreeproc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/spgist/spgquadtreeproc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/spgist/spgscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/spgist/spgtextproc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/spgist/spgutils.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/spgist/spgvacuum.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/spgist/spgvalidate.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/spgist/spgxlog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/tablesample/bernoulli.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/tablesample/system.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/tablesample/tablesample.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/clog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/commit_ts.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/generic_xlog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/multixact.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/parallel.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/rmgr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/slru.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/subtrans.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/timeline.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/transam.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/twophase.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/twophase_rmgr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/varsup.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/xact.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/xlog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/xlogarchive.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/xlogfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/xloginsert.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/xlogreader.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/xlogutils.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/bootstrap/bootparse.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/bootstrap/bootstrap.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/aclchk.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/catalog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/dependency.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/heap.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/index.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/indexing.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/namespace.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/objectaccess.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/objectaddress.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/partition.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_aggregate.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_collation.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_constraint.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_conversion.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_db_role_setting.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_depend.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_enum.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_inherits.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_largeobject.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_namespace.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_operator.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_proc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_publication.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_range.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_shdepend.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_subscription.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_type.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/storage.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/toasting.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/aggregatecmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/alter.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/amcmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/analyze.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/async.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/cluster.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/collationcmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/comment.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/constraint.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/conversioncmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/copy.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/createas.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/dbcommands.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/define.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/discard.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/dropcmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/event_trigger.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/explain.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/extension.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/foreigncmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/functioncmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/indexcmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/lockcmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/matview.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/opclasscmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/operatorcmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/policy.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/portalcmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/prepare.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/proclang.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/publicationcmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/schemacmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/seclabel.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/sequence.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/statscmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/subscriptioncmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/tablecmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/tablespace.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/trigger.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/tsearchcmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/typecmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/user.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/vacuum.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/vacuumlazy.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/variable.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/view.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execAmi.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execCurrent.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execExpr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execExprInterp.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execGrouping.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execIndexing.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execJunk.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execMain.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execParallel.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execPartition.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execProcnode.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execReplication.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execSRF.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execScan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execTuples.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execUtils.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/functions.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/instrument.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeAgg.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeAppend.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeBitmapAnd.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeBitmapHeapscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeBitmapIndexscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeBitmapOr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeCtescan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeCustom.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeForeignscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeFunctionscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeGather.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeGatherMerge.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeGroup.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeHash.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeHashjoin.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeIndexonlyscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeIndexscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeLimit.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeLockRows.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeMaterial.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeMergeAppend.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeMergejoin.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeModifyTable.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeNamedtuplestorescan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeNestloop.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeProjectSet.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeRecursiveunion.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeResult.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeSamplescan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeSeqscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeSetOp.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeSort.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeSubplan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeSubqueryscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeTableFuncscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeTidscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeUnique.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeValuesscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeWindowAgg.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeWorktablescan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/spi.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/tqueue.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/tstoreReceiver.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/foreign/foreign.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/jit/jit.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/lib/binaryheap.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/lib/bipartite_match.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/lib/bloomfilter.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/lib/dshash.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/lib/hyperloglog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/lib/ilist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/lib/knapsack.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/lib/pairingheap.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/lib/rbtree.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/lib/stringinfo.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/auth-scram.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/auth.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/be-fsstubs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/be-secure-common.bc +%%LLVM%%%%SSL%%%%PG_LIBDIR%%/bitcode/postgres/libpq/be-secure-openssl.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/be-secure.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/crypt.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/hba.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/ifaddr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/pqcomm.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/pqformat.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/pqmq.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/pqsignal.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/main/main.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/bitmapset.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/copyfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/equalfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/extensible.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/list.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/makefuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/nodeFuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/nodes.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/outfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/params.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/print.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/read.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/readfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/tidbitmap.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/value.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_copy.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_cx.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_erx.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_eval.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_main.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_misc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_mutation.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_ox1.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_ox2.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_pmx.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_pool.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_px.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_random.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_recombination.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_selection.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/path/allpaths.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/path/clausesel.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/path/costsize.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/path/equivclass.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/path/indxpath.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/path/joinpath.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/path/joinrels.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/path/pathkeys.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/path/tidpath.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/plan/analyzejoins.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/plan/createplan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/plan/initsplan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/plan/planagg.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/plan/planmain.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/plan/planner.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/plan/setrefs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/plan/subselect.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/prep/prepjointree.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/prep/prepqual.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/prep/preptlist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/prep/prepunion.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/clauses.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/joininfo.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/orclauses.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/paramassign.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/pathnode.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/placeholder.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/plancat.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/predtest.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/relnode.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/restrictinfo.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/tlist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/var.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/analyze.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/gram.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_agg.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_clause.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_coerce.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_collate.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_cte.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_enr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_expr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_func.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_node.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_oper.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_param.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_relation.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_target.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_type.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_utilcmd.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parser.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/scan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/scansup.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/partitioning/partbounds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/partitioning/partprune.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/port/atomics.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/port/dynloader.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/port/pg_sema.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/port/pg_shmem.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/autovacuum.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/bgworker.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/bgwriter.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/checkpointer.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/fork_process.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/pgarch.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/pgstat.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/postmaster.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/startup.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/syslogger.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/walwriter.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/regex/regcomp.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/regex/regerror.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/regex/regexec.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/regex/regexport.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/regex/regfree.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/regex/regprefix.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/basebackup.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/decode.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/launcher.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/logical.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/logicalfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/message.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/origin.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/proto.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/relation.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/reorderbuffer.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/snapbuild.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/tablesync.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/worker.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/repl_gram.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/slot.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/slotfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/syncrep.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/syncrep_gram.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/walreceiver.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/walreceiverfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/walsender.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/rewrite/rewriteDefine.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/rewrite/rewriteHandler.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/rewrite/rewriteManip.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/rewrite/rewriteRemove.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/rewrite/rewriteSupport.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/rewrite/rowsecurity.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/statistics/dependencies.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/statistics/extended_stats.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/statistics/mvdistinct.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/buffer/buf_init.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/buffer/buf_table.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/buffer/bufmgr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/buffer/freelist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/buffer/localbuf.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/file/buffile.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/file/copydir.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/file/fd.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/file/reinit.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/file/sharedfileset.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/freespace/freespace.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/freespace/fsmpage.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/freespace/indexfsm.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/barrier.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/dsm.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/dsm_impl.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/ipc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/ipci.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/latch.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/pmsignal.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/procarray.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/procsignal.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/shm_mq.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/shm_toc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/shmem.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/shmqueue.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/sinval.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/sinvaladt.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/standby.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/large_object/inv_api.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/lmgr/condition_variable.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/lmgr/deadlock.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/lmgr/lmgr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/lmgr/lock.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/lmgr/lwlock.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/lmgr/lwlocknames.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/lmgr/predicate.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/lmgr/proc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/lmgr/s_lock.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/lmgr/spin.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/page/bufpage.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/page/checksum.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/page/itemptr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/smgr/md.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/smgr/smgr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/smgr/smgrtype.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tcop/dest.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tcop/fastpath.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tcop/postgres.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tcop/pquery.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tcop/utility.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/dict.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/dict_ispell.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/dict_simple.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/dict_synonym.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/dict_thesaurus.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/regis.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/spell.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/to_tsany.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/ts_locale.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/ts_parse.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/ts_selfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/ts_typanalyze.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/ts_utils.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/wparser.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/wparser_def.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/acl.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/amutils.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/array_expanded.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/array_selfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/array_typanalyze.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/array_userfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/arrayfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/arrayutils.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/ascii.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/bool.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/cash.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/char.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/cryptohashes.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/date.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/datetime.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/datum.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/dbsize.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/domains.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/encode.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/enum.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/expandeddatum.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/expandedrecord.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/float.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/format_type.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/formatting.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/genfile.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/geo_ops.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/geo_selfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/geo_spgist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/inet_cidr_ntop.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/inet_net_pton.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/int.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/int8.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/json.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/jsonb.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/jsonb_gin.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/jsonb_op.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/jsonb_util.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/jsonfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/like.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/lockfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/mac.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/mac8.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/misc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/nabstime.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/name.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/network.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/network_gist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/network_selfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/network_spgist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/numeric.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/numutils.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/oid.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/oracle_compat.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/orderedsetaggs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/pg_locale.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/pg_lsn.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/pg_upgrade_support.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/pgstatfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/pseudotypes.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/quote.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/rangetypes.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/rangetypes_gist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/rangetypes_selfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/rangetypes_spgist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/rangetypes_typanalyze.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/regexp.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/regproc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/ri_triggers.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/rowtypes.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/ruleutils.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/selfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tid.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/timestamp.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/trigfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsginidx.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsgistidx.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsquery.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsquery_cleanup.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsquery_gist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsquery_op.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsquery_rewrite.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsquery_util.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsrank.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsvector.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsvector_op.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsvector_parser.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/txid.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/uuid.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/varbit.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/varchar.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/varlena.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/version.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/windowfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/xid.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/xml.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/attoptcache.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/catcache.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/evtcache.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/inval.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/lsyscache.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/partcache.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/plancache.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/relcache.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/relfilenodemap.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/relmapper.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/spccache.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/syscache.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/ts_cache.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/typcache.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/error/assert.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/error/elog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/fmgr/dfmgr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/fmgr/fmgr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/fmgr/funcapi.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/fmgrtab.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/hash/dynahash.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/hash/hashfn.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/hash/pg_crc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/init/globals.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/init/miscinit.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/init/postinit.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mb/conv.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mb/encnames.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mb/mbutils.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mb/wchar.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mb/wstrcmp.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mb/wstrncmp.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/backend_random.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/guc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/help_config.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/pg_config.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/pg_controldata.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/pg_rusage.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/ps_status.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/queryenvironment.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/rls.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/sampling.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/superuser.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/timeout.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/tzparser.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mmgr/aset.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mmgr/dsa.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mmgr/freepage.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mmgr/generation.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mmgr/mcxt.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mmgr/memdebug.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mmgr/portalmem.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mmgr/slab.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/resowner/resowner.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/sort/logtape.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/sort/sharedtuplestore.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/sort/sortsupport.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/sort/tuplesort.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/sort/tuplestore.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/time/combocid.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/time/snapmgr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/time/tqual.bc +%%PG_LIBDIR%%/libpgcommon.a %%PORTDOCS%%%%DOCSDIR%%/README-server %%DATADIR%%/conversion_create.sql %%DATADIR%%/errcodes.txt diff --git a/databases/postgresql12-server/files/postgresql.in b/databases/postgresql12-server/files/postgresql12.in rename from databases/postgresql12-server/files/postgresql.in rename to databases/postgresql12-server/files/postgresql12.in diff --git a/databases/postgresql12-server/pkg-plist-server b/databases/postgresql12-server/pkg-plist-server --- a/databases/postgresql12-server/pkg-plist-server +++ b/databases/postgresql12-server/pkg-plist-server @@ -1,725 +1,725 @@ -bin/initdb -bin/pg_archivecleanup -bin/pg_basebackup -bin/pg_checksums -bin/pg_controldata -bin/pg_ctl -bin/pg_receivewal -bin/pg_recvlogical -bin/pg_resetwal -bin/pg_rewind -bin/pg_test_fsync -bin/pg_test_timing -bin/pg_upgrade -bin/pg_waldump -bin/postgres -bin/postmaster -etc/periodic/daily/502.pgsql -include/postgresql/server/plpgsql.h -lib/libpgcommon_shlib.a -lib/postgresql/ascii_and_mic.so -lib/postgresql/cyrillic_and_mic.so -lib/postgresql/dict_snowball.so -lib/postgresql/euc2004_sjis2004.so -lib/postgresql/euc_cn_and_mic.so -lib/postgresql/euc_jp_and_sjis.so -lib/postgresql/euc_kr_and_mic.so -lib/postgresql/euc_tw_and_big5.so -lib/postgresql/latin2_and_win1250.so -lib/postgresql/latin_and_mic.so -lib/postgresql/libpqwalreceiver.so -lib/postgresql/pgoutput.so -lib/postgresql/plpgsql.so -lib/postgresql/utf8_and_ascii.so -lib/postgresql/utf8_and_big5.so -lib/postgresql/utf8_and_cyrillic.so -lib/postgresql/utf8_and_euc2004.so -lib/postgresql/utf8_and_euc_cn.so -lib/postgresql/utf8_and_euc_jp.so -lib/postgresql/utf8_and_euc_kr.so -lib/postgresql/utf8_and_euc_tw.so -lib/postgresql/utf8_and_gb18030.so -lib/postgresql/utf8_and_gbk.so -lib/postgresql/utf8_and_iso8859.so -lib/postgresql/utf8_and_iso8859_1.so -lib/postgresql/utf8_and_johab.so -lib/postgresql/utf8_and_sjis.so -lib/postgresql/utf8_and_sjis2004.so -lib/postgresql/utf8_and_uhc.so -lib/postgresql/utf8_and_win.so -%%LLVM%%lib/postgresql/bitcode/postgres.index.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/brin/brin.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/brin/brin_inclusion.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/brin/brin_minmax.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/brin/brin_pageops.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/brin/brin_revmap.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/brin/brin_tuple.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/brin/brin_validate.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/brin/brin_xlog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/bufmask.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/heaptuple.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/indextuple.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/printsimple.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/printtup.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/relation.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/reloptions.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/scankey.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/session.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/tupconvert.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/tupdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginarrayproc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginbtree.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginbulk.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/gindatapage.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginentrypage.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginfast.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginget.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/gininsert.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginlogic.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginpostinglist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginutil.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginvacuum.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginvalidate.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginxlog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gist/gist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gist/gistbuild.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gist/gistbuildbuffers.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gist/gistget.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gist/gistproc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gist/gistscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gist/gistsplit.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gist/gistutil.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gist/gistvacuum.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gist/gistvalidate.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gist/gistxlog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/hash/hash.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/hash/hash_xlog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/hash/hashfunc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/hash/hashinsert.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/hash/hashovfl.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/hash/hashpage.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/hash/hashsearch.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/hash/hashsort.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/hash/hashutil.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/hash/hashvalidate.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/heap/heapam.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/heap/heapam_handler.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/heap/heapam_visibility.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/heap/hio.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/heap/pruneheap.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/heap/rewriteheap.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/heap/syncscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/heap/tuptoaster.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/heap/vacuumlazy.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/heap/visibilitymap.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/index/amapi.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/index/amvalidate.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/index/genam.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/index/indexam.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/nbtree/nbtcompare.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/nbtree/nbtinsert.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/nbtree/nbtpage.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/nbtree/nbtree.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/nbtree/nbtsearch.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/nbtree/nbtsort.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/nbtree/nbtsplitloc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/nbtree/nbtutils.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/nbtree/nbtvalidate.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/nbtree/nbtxlog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/brindesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/clogdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/committsdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/dbasedesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/genericdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/gindesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/gistdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/hashdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/heapdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/logicalmsgdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/mxactdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/nbtdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/relmapdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/replorigindesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/seqdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/smgrdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/spgdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/standbydesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/tblspcdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/xactdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/xlogdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/spgist/spgdoinsert.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/spgist/spginsert.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/spgist/spgkdtreeproc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/spgist/spgproc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/spgist/spgquadtreeproc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/spgist/spgscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/spgist/spgtextproc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/spgist/spgutils.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/spgist/spgvacuum.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/spgist/spgvalidate.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/spgist/spgxlog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/table/table.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/table/tableam.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/table/tableamapi.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/tablesample/bernoulli.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/tablesample/system.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/tablesample/tablesample.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/clog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/commit_ts.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/generic_xlog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/multixact.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/parallel.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/rmgr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/slru.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/subtrans.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/timeline.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/transam.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/twophase.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/twophase_rmgr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/varsup.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/xact.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/xlog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/xlogarchive.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/xlogfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/xloginsert.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/xlogreader.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/xlogutils.bc -%%LLVM%%lib/postgresql/bitcode/postgres/bootstrap/bootparse.bc -%%LLVM%%lib/postgresql/bitcode/postgres/bootstrap/bootstrap.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/aclchk.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/catalog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/dependency.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/heap.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/index.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/indexing.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/namespace.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/objectaccess.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/objectaddress.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/partition.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_aggregate.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_collation.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_constraint.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_conversion.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_db_role_setting.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_depend.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_enum.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_inherits.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_largeobject.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_namespace.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_operator.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_proc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_publication.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_range.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_shdepend.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_subscription.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_type.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/storage.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/toasting.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/aggregatecmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/alter.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/amcmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/analyze.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/async.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/cluster.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/collationcmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/comment.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/constraint.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/conversioncmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/copy.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/createas.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/dbcommands.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/define.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/discard.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/dropcmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/event_trigger.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/explain.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/extension.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/foreigncmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/functioncmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/indexcmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/lockcmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/matview.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/opclasscmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/operatorcmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/policy.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/portalcmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/prepare.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/proclang.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/publicationcmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/schemacmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/seclabel.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/sequence.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/statscmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/subscriptioncmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/tablecmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/tablespace.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/trigger.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/tsearchcmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/typecmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/user.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/vacuum.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/variable.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/view.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execAmi.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execCurrent.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execExpr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execExprInterp.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execGrouping.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execIndexing.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execJunk.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execMain.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execParallel.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execPartition.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execProcnode.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execReplication.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execSRF.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execScan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execTuples.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execUtils.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/functions.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/instrument.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeAgg.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeAppend.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeBitmapAnd.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeBitmapHeapscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeBitmapIndexscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeBitmapOr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeCtescan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeCustom.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeForeignscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeFunctionscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeGather.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeGatherMerge.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeGroup.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeHash.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeHashjoin.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeIndexonlyscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeIndexscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeLimit.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeLockRows.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeMaterial.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeMergeAppend.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeMergejoin.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeModifyTable.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeNamedtuplestorescan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeNestloop.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeProjectSet.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeRecursiveunion.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeResult.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeSamplescan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeSeqscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeSetOp.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeSort.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeSubplan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeSubqueryscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeTableFuncscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeTidscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeUnique.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeValuesscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeWindowAgg.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeWorktablescan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/spi.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/tqueue.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/tstoreReceiver.bc -%%LLVM%%lib/postgresql/bitcode/postgres/foreign/foreign.bc -%%LLVM%%lib/postgresql/bitcode/postgres/jit/jit.bc -%%LLVM%%lib/postgresql/bitcode/postgres/lib/binaryheap.bc -%%LLVM%%lib/postgresql/bitcode/postgres/lib/bipartite_match.bc -%%LLVM%%lib/postgresql/bitcode/postgres/lib/bloomfilter.bc -%%LLVM%%lib/postgresql/bitcode/postgres/lib/dshash.bc -%%LLVM%%lib/postgresql/bitcode/postgres/lib/hyperloglog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/lib/ilist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/lib/integerset.bc -%%LLVM%%lib/postgresql/bitcode/postgres/lib/knapsack.bc -%%LLVM%%lib/postgresql/bitcode/postgres/lib/pairingheap.bc -%%LLVM%%lib/postgresql/bitcode/postgres/lib/rbtree.bc -%%LLVM%%lib/postgresql/bitcode/postgres/lib/stringinfo.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/auth-scram.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/auth.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/be-fsstubs.bc -%%LLVM%%%%GSSAPI%%lib/postgresql/bitcode/postgres/libpq/be-gssapi-common.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/be-secure-common.bc -%%LLVM%%%%GSSAPI%%lib/postgresql/bitcode/postgres/libpq/be-secure-gssapi.bc -%%LLVM%%%%SSL%%lib/postgresql/bitcode/postgres/libpq/be-secure-openssl.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/be-secure.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/crypt.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/hba.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/ifaddr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/pqcomm.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/pqformat.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/pqmq.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/pqsignal.bc -%%LLVM%%lib/postgresql/bitcode/postgres/main/main.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/bitmapset.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/copyfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/equalfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/extensible.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/list.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/makefuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/nodeFuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/nodes.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/outfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/params.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/print.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/read.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/readfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/tidbitmap.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/value.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_copy.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_cx.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_erx.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_eval.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_main.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_misc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_mutation.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_ox1.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_ox2.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_pmx.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_pool.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_px.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_random.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_recombination.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_selection.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/path/allpaths.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/path/clausesel.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/path/costsize.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/path/equivclass.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/path/indxpath.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/path/joinpath.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/path/joinrels.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/path/pathkeys.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/path/tidpath.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/plan/analyzejoins.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/plan/createplan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/plan/initsplan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/plan/planagg.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/plan/planmain.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/plan/planner.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/plan/setrefs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/plan/subselect.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/prep/prepjointree.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/prep/prepqual.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/prep/preptlist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/prep/prepunion.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/appendinfo.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/clauses.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/inherit.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/joininfo.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/orclauses.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/paramassign.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/pathnode.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/placeholder.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/plancat.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/predtest.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/relnode.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/restrictinfo.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/tlist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/var.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/analyze.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/gram.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_agg.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_clause.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_coerce.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_collate.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_cte.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_enr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_expr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_func.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_node.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_oper.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_param.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_relation.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_target.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_type.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_utilcmd.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parser.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/scan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/scansup.bc -%%LLVM%%lib/postgresql/bitcode/postgres/partitioning/partbounds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/partitioning/partdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/partitioning/partprune.bc -%%LLVM%%lib/postgresql/bitcode/postgres/port/atomics.bc -%%LLVM%%lib/postgresql/bitcode/postgres/port/pg_sema.bc -%%LLVM%%lib/postgresql/bitcode/postgres/port/pg_shmem.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/autovacuum.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/bgworker.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/bgwriter.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/checkpointer.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/fork_process.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/pgarch.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/pgstat.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/postmaster.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/startup.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/syslogger.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/walwriter.bc -%%LLVM%%lib/postgresql/bitcode/postgres/regex/regcomp.bc -%%LLVM%%lib/postgresql/bitcode/postgres/regex/regerror.bc -%%LLVM%%lib/postgresql/bitcode/postgres/regex/regexec.bc -%%LLVM%%lib/postgresql/bitcode/postgres/regex/regexport.bc -%%LLVM%%lib/postgresql/bitcode/postgres/regex/regfree.bc -%%LLVM%%lib/postgresql/bitcode/postgres/regex/regprefix.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/basebackup.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/decode.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/launcher.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/logical.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/logicalfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/message.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/origin.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/proto.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/relation.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/reorderbuffer.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/snapbuild.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/tablesync.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/worker.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/repl_gram.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/slot.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/slotfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/syncrep.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/syncrep_gram.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/walreceiver.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/walreceiverfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/walsender.bc -%%LLVM%%lib/postgresql/bitcode/postgres/rewrite/rewriteDefine.bc -%%LLVM%%lib/postgresql/bitcode/postgres/rewrite/rewriteHandler.bc -%%LLVM%%lib/postgresql/bitcode/postgres/rewrite/rewriteManip.bc -%%LLVM%%lib/postgresql/bitcode/postgres/rewrite/rewriteRemove.bc -%%LLVM%%lib/postgresql/bitcode/postgres/rewrite/rewriteSupport.bc -%%LLVM%%lib/postgresql/bitcode/postgres/rewrite/rowsecurity.bc -%%LLVM%%lib/postgresql/bitcode/postgres/statistics/dependencies.bc -%%LLVM%%lib/postgresql/bitcode/postgres/statistics/extended_stats.bc -%%LLVM%%lib/postgresql/bitcode/postgres/statistics/mcv.bc -%%LLVM%%lib/postgresql/bitcode/postgres/statistics/mvdistinct.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/buffer/buf_init.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/buffer/buf_table.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/buffer/bufmgr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/buffer/freelist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/buffer/localbuf.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/file/buffile.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/file/copydir.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/file/fd.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/file/reinit.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/file/sharedfileset.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/freespace/freespace.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/freespace/fsmpage.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/freespace/indexfsm.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/barrier.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/dsm.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/dsm_impl.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/ipc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/ipci.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/latch.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/pmsignal.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/procarray.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/procsignal.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/shm_mq.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/shm_toc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/shmem.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/shmqueue.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/signalfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/sinval.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/sinvaladt.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/standby.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/large_object/inv_api.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/lmgr/condition_variable.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/lmgr/deadlock.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/lmgr/lmgr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/lmgr/lock.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/lmgr/lwlock.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/lmgr/lwlocknames.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/lmgr/predicate.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/lmgr/proc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/lmgr/s_lock.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/lmgr/spin.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/page/bufpage.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/page/checksum.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/page/itemptr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/smgr/md.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/smgr/smgr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/sync/sync.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tcop/postgres.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tcop/dest.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tcop/fastpath.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tcop/pquery.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tcop/utility.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/dict.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/dict_ispell.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/dict_simple.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/dict_synonym.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/dict_thesaurus.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/regis.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/spell.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/to_tsany.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/ts_locale.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/ts_parse.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/ts_selfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/ts_typanalyze.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/ts_utils.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/wparser.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/wparser_def.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/acl.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/amutils.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/array_expanded.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/array_selfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/array_typanalyze.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/array_userfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/arrayfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/arrayutils.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/ascii.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/bool.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/cash.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/char.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/cryptohashes.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/date.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/datetime.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/datum.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/dbsize.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/domains.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/encode.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/enum.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/expandeddatum.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/expandedrecord.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/float.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/format_type.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/formatting.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/genfile.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/geo_ops.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/geo_selfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/geo_spgist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/inet_cidr_ntop.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/inet_net_pton.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/int.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/int8.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/json.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/jsonb.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/jsonb_gin.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/jsonb_op.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/jsonb_util.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/jsonfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/jsonpath.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/jsonpath_exec.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/jsonpath_gram.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/like.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/like_support.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/lockfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/mac.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/mac8.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/misc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/name.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/network.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/network_gist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/network_selfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/network_spgist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/numeric.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/numutils.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/oid.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/oracle_compat.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/orderedsetaggs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/partitionfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/pg_locale.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/pg_lsn.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/pg_upgrade_support.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/pgstatfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/pseudotypes.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/quote.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/rangetypes.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/rangetypes_gist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/rangetypes_selfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/rangetypes_spgist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/rangetypes_typanalyze.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/regexp.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/regproc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/ri_triggers.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/rowtypes.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/ruleutils.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/selfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tid.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/timestamp.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/trigfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsginidx.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsgistidx.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsquery.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsquery_cleanup.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsquery_gist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsquery_op.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsquery_rewrite.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsquery_util.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsrank.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsvector.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsvector_op.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsvector_parser.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/txid.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/uuid.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/varbit.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/varchar.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/varlena.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/version.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/windowfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/xid.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/xml.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/attoptcache.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/catcache.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/evtcache.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/inval.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/lsyscache.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/partcache.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/plancache.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/relcache.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/relfilenodemap.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/relmapper.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/spccache.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/syscache.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/ts_cache.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/typcache.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/error/assert.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/error/elog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/fmgr/dfmgr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/fmgr/fmgr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/fmgr/funcapi.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/fmgrtab.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/hash/dynahash.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/hash/hashfn.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/hash/pg_crc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/init/globals.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/init/miscinit.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/init/postinit.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mb/conv.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mb/encnames.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mb/mbutils.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mb/wchar.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mb/wstrcmp.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mb/wstrncmp.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/guc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/help_config.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/pg_config.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/pg_controldata.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/pg_rusage.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/ps_status.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/queryenvironment.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/rls.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/sampling.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/superuser.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/timeout.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/tzparser.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mmgr/aset.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mmgr/dsa.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mmgr/freepage.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mmgr/generation.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mmgr/mcxt.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mmgr/memdebug.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mmgr/portalmem.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mmgr/slab.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/resowner/resowner.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/sort/logtape.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/sort/sharedtuplestore.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/sort/sortsupport.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/sort/tuplesort.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/sort/tuplestore.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/time/combocid.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/time/snapmgr.bc -%%LLVM%%lib/postgresql/llvmjit.so -%%LLVM%%lib/postgresql/llvmjit_types.bc -lib/libpgcommon.a +%%PG_BINDIR%%/initdb +%%PG_BINDIR%%/pg_archivecleanup +%%PG_BINDIR%%/pg_basebackup +%%PG_BINDIR%%/pg_checksums +%%PG_BINDIR%%/pg_controldata +%%PG_BINDIR%%/pg_ctl +%%PG_BINDIR%%/pg_receivewal +%%PG_BINDIR%%/pg_recvlogical +%%PG_BINDIR%%/pg_resetwal +%%PG_BINDIR%%/pg_rewind +%%PG_BINDIR%%/pg_test_fsync +%%PG_BINDIR%%/pg_test_timing +%%PG_BINDIR%%/pg_upgrade +%%PG_BINDIR%%/pg_waldump +%%PG_BINDIR%%/postgres +%%PG_BINDIR%%/postmaster +etc/periodic/daily/502.pgsql-%%PG_VERS%% +%%PG_INCDIR%%/server/plpgsql.h +%%PG_LIBDIR%%/libpgcommon_shlib.a +%%PG_LIBDIR%%/ascii_and_mic.so +%%PG_LIBDIR%%/cyrillic_and_mic.so +%%PG_LIBDIR%%/dict_snowball.so +%%PG_LIBDIR%%/euc2004_sjis2004.so +%%PG_LIBDIR%%/euc_cn_and_mic.so +%%PG_LIBDIR%%/euc_jp_and_sjis.so +%%PG_LIBDIR%%/euc_kr_and_mic.so +%%PG_LIBDIR%%/euc_tw_and_big5.so +%%PG_LIBDIR%%/latin2_and_win1250.so +%%PG_LIBDIR%%/latin_and_mic.so +%%PG_LIBDIR%%/libpqwalreceiver.so +%%PG_LIBDIR%%/pgoutput.so +%%PG_LIBDIR%%/plpgsql.so +%%PG_LIBDIR%%/utf8_and_ascii.so +%%PG_LIBDIR%%/utf8_and_big5.so +%%PG_LIBDIR%%/utf8_and_cyrillic.so +%%PG_LIBDIR%%/utf8_and_euc2004.so +%%PG_LIBDIR%%/utf8_and_euc_cn.so +%%PG_LIBDIR%%/utf8_and_euc_jp.so +%%PG_LIBDIR%%/utf8_and_euc_kr.so +%%PG_LIBDIR%%/utf8_and_euc_tw.so +%%PG_LIBDIR%%/utf8_and_gb18030.so +%%PG_LIBDIR%%/utf8_and_gbk.so +%%PG_LIBDIR%%/utf8_and_iso8859.so +%%PG_LIBDIR%%/utf8_and_iso8859_1.so +%%PG_LIBDIR%%/utf8_and_johab.so +%%PG_LIBDIR%%/utf8_and_sjis.so +%%PG_LIBDIR%%/utf8_and_sjis2004.so +%%PG_LIBDIR%%/utf8_and_uhc.so +%%PG_LIBDIR%%/utf8_and_win.so +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres.index.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/brin/brin.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/brin/brin_inclusion.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/brin/brin_minmax.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/brin/brin_pageops.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/brin/brin_revmap.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/brin/brin_tuple.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/brin/brin_validate.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/brin/brin_xlog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/bufmask.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/heaptuple.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/indextuple.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/printsimple.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/printtup.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/relation.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/reloptions.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/scankey.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/session.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/tupconvert.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/tupdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginarrayproc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginbtree.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginbulk.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/gindatapage.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginentrypage.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginfast.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginget.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/gininsert.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginlogic.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginpostinglist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginutil.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginvacuum.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginvalidate.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginxlog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gist/gist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gist/gistbuild.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gist/gistbuildbuffers.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gist/gistget.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gist/gistproc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gist/gistscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gist/gistsplit.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gist/gistutil.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gist/gistvacuum.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gist/gistvalidate.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gist/gistxlog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/hash/hash.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/hash/hash_xlog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/hash/hashfunc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/hash/hashinsert.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/hash/hashovfl.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/hash/hashpage.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/hash/hashsearch.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/hash/hashsort.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/hash/hashutil.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/hash/hashvalidate.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/heap/heapam.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/heap/heapam_handler.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/heap/heapam_visibility.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/heap/hio.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/heap/pruneheap.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/heap/rewriteheap.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/heap/syncscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/heap/tuptoaster.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/heap/vacuumlazy.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/heap/visibilitymap.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/index/amapi.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/index/amvalidate.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/index/genam.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/index/indexam.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/nbtree/nbtcompare.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/nbtree/nbtinsert.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/nbtree/nbtpage.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/nbtree/nbtree.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/nbtree/nbtsearch.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/nbtree/nbtsort.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/nbtree/nbtsplitloc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/nbtree/nbtutils.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/nbtree/nbtvalidate.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/nbtree/nbtxlog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/brindesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/clogdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/committsdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/dbasedesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/genericdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/gindesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/gistdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/hashdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/heapdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/logicalmsgdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/mxactdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/nbtdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/relmapdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/replorigindesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/seqdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/smgrdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/spgdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/standbydesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/tblspcdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/xactdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/xlogdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/spgist/spgdoinsert.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/spgist/spginsert.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/spgist/spgkdtreeproc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/spgist/spgproc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/spgist/spgquadtreeproc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/spgist/spgscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/spgist/spgtextproc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/spgist/spgutils.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/spgist/spgvacuum.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/spgist/spgvalidate.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/spgist/spgxlog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/table/table.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/table/tableam.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/table/tableamapi.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/tablesample/bernoulli.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/tablesample/system.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/tablesample/tablesample.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/clog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/commit_ts.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/generic_xlog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/multixact.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/parallel.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/rmgr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/slru.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/subtrans.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/timeline.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/transam.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/twophase.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/twophase_rmgr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/varsup.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/xact.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/xlog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/xlogarchive.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/xlogfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/xloginsert.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/xlogreader.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/xlogutils.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/bootstrap/bootparse.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/bootstrap/bootstrap.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/aclchk.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/catalog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/dependency.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/heap.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/index.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/indexing.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/namespace.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/objectaccess.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/objectaddress.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/partition.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_aggregate.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_collation.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_constraint.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_conversion.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_db_role_setting.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_depend.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_enum.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_inherits.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_largeobject.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_namespace.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_operator.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_proc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_publication.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_range.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_shdepend.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_subscription.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_type.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/storage.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/toasting.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/aggregatecmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/alter.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/amcmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/analyze.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/async.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/cluster.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/collationcmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/comment.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/constraint.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/conversioncmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/copy.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/createas.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/dbcommands.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/define.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/discard.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/dropcmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/event_trigger.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/explain.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/extension.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/foreigncmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/functioncmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/indexcmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/lockcmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/matview.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/opclasscmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/operatorcmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/policy.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/portalcmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/prepare.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/proclang.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/publicationcmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/schemacmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/seclabel.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/sequence.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/statscmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/subscriptioncmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/tablecmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/tablespace.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/trigger.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/tsearchcmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/typecmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/user.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/vacuum.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/variable.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/view.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execAmi.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execCurrent.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execExpr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execExprInterp.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execGrouping.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execIndexing.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execJunk.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execMain.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execParallel.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execPartition.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execProcnode.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execReplication.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execSRF.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execScan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execTuples.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execUtils.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/functions.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/instrument.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeAgg.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeAppend.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeBitmapAnd.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeBitmapHeapscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeBitmapIndexscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeBitmapOr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeCtescan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeCustom.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeForeignscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeFunctionscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeGather.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeGatherMerge.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeGroup.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeHash.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeHashjoin.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeIndexonlyscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeIndexscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeLimit.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeLockRows.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeMaterial.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeMergeAppend.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeMergejoin.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeModifyTable.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeNamedtuplestorescan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeNestloop.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeProjectSet.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeRecursiveunion.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeResult.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeSamplescan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeSeqscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeSetOp.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeSort.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeSubplan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeSubqueryscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeTableFuncscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeTidscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeUnique.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeValuesscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeWindowAgg.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeWorktablescan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/spi.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/tqueue.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/tstoreReceiver.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/foreign/foreign.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/jit/jit.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/lib/binaryheap.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/lib/bipartite_match.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/lib/bloomfilter.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/lib/dshash.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/lib/hyperloglog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/lib/ilist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/lib/integerset.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/lib/knapsack.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/lib/pairingheap.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/lib/rbtree.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/lib/stringinfo.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/auth-scram.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/auth.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/be-fsstubs.bc +%%LLVM%%%%GSSAPI%%%%PG_LIBDIR%%/bitcode/postgres/libpq/be-gssapi-common.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/be-secure-common.bc +%%LLVM%%%%GSSAPI%%%%PG_LIBDIR%%/bitcode/postgres/libpq/be-secure-gssapi.bc +%%LLVM%%%%SSL%%%%PG_LIBDIR%%/bitcode/postgres/libpq/be-secure-openssl.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/be-secure.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/crypt.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/hba.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/ifaddr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/pqcomm.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/pqformat.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/pqmq.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/pqsignal.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/main/main.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/bitmapset.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/copyfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/equalfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/extensible.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/list.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/makefuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/nodeFuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/nodes.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/outfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/params.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/print.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/read.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/readfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/tidbitmap.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/value.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_copy.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_cx.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_erx.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_eval.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_main.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_misc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_mutation.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_ox1.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_ox2.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_pmx.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_pool.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_px.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_random.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_recombination.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_selection.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/path/allpaths.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/path/clausesel.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/path/costsize.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/path/equivclass.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/path/indxpath.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/path/joinpath.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/path/joinrels.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/path/pathkeys.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/path/tidpath.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/plan/analyzejoins.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/plan/createplan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/plan/initsplan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/plan/planagg.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/plan/planmain.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/plan/planner.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/plan/setrefs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/plan/subselect.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/prep/prepjointree.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/prep/prepqual.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/prep/preptlist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/prep/prepunion.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/appendinfo.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/clauses.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/inherit.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/joininfo.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/orclauses.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/paramassign.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/pathnode.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/placeholder.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/plancat.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/predtest.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/relnode.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/restrictinfo.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/tlist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/var.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/analyze.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/gram.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_agg.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_clause.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_coerce.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_collate.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_cte.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_enr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_expr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_func.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_node.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_oper.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_param.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_relation.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_target.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_type.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_utilcmd.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parser.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/scan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/scansup.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/partitioning/partbounds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/partitioning/partdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/partitioning/partprune.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/port/atomics.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/port/pg_sema.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/port/pg_shmem.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/autovacuum.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/bgworker.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/bgwriter.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/checkpointer.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/fork_process.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/pgarch.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/pgstat.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/postmaster.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/startup.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/syslogger.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/walwriter.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/regex/regcomp.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/regex/regerror.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/regex/regexec.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/regex/regexport.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/regex/regfree.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/regex/regprefix.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/basebackup.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/decode.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/launcher.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/logical.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/logicalfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/message.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/origin.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/proto.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/relation.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/reorderbuffer.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/snapbuild.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/tablesync.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/worker.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/repl_gram.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/slot.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/slotfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/syncrep.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/syncrep_gram.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/walreceiver.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/walreceiverfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/walsender.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/rewrite/rewriteDefine.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/rewrite/rewriteHandler.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/rewrite/rewriteManip.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/rewrite/rewriteRemove.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/rewrite/rewriteSupport.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/rewrite/rowsecurity.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/statistics/dependencies.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/statistics/extended_stats.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/statistics/mcv.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/statistics/mvdistinct.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/buffer/buf_init.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/buffer/buf_table.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/buffer/bufmgr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/buffer/freelist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/buffer/localbuf.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/file/buffile.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/file/copydir.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/file/fd.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/file/reinit.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/file/sharedfileset.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/freespace/freespace.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/freespace/fsmpage.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/freespace/indexfsm.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/barrier.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/dsm.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/dsm_impl.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/ipc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/ipci.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/latch.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/pmsignal.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/procarray.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/procsignal.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/shm_mq.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/shm_toc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/shmem.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/shmqueue.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/signalfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/sinval.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/sinvaladt.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/standby.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/large_object/inv_api.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/lmgr/condition_variable.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/lmgr/deadlock.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/lmgr/lmgr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/lmgr/lock.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/lmgr/lwlock.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/lmgr/lwlocknames.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/lmgr/predicate.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/lmgr/proc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/lmgr/s_lock.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/lmgr/spin.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/page/bufpage.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/page/checksum.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/page/itemptr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/smgr/md.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/smgr/smgr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/sync/sync.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tcop/postgres.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tcop/dest.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tcop/fastpath.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tcop/pquery.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tcop/utility.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/dict.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/dict_ispell.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/dict_simple.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/dict_synonym.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/dict_thesaurus.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/regis.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/spell.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/to_tsany.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/ts_locale.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/ts_parse.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/ts_selfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/ts_typanalyze.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/ts_utils.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/wparser.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/wparser_def.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/acl.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/amutils.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/array_expanded.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/array_selfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/array_typanalyze.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/array_userfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/arrayfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/arrayutils.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/ascii.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/bool.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/cash.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/char.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/cryptohashes.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/date.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/datetime.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/datum.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/dbsize.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/domains.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/encode.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/enum.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/expandeddatum.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/expandedrecord.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/float.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/format_type.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/formatting.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/genfile.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/geo_ops.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/geo_selfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/geo_spgist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/inet_cidr_ntop.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/inet_net_pton.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/int.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/int8.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/json.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/jsonb.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/jsonb_gin.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/jsonb_op.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/jsonb_util.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/jsonfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/jsonpath.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/jsonpath_exec.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/jsonpath_gram.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/like.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/like_support.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/lockfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/mac.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/mac8.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/misc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/name.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/network.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/network_gist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/network_selfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/network_spgist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/numeric.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/numutils.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/oid.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/oracle_compat.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/orderedsetaggs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/partitionfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/pg_locale.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/pg_lsn.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/pg_upgrade_support.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/pgstatfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/pseudotypes.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/quote.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/rangetypes.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/rangetypes_gist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/rangetypes_selfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/rangetypes_spgist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/rangetypes_typanalyze.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/regexp.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/regproc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/ri_triggers.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/rowtypes.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/ruleutils.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/selfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tid.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/timestamp.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/trigfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsginidx.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsgistidx.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsquery.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsquery_cleanup.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsquery_gist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsquery_op.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsquery_rewrite.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsquery_util.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsrank.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsvector.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsvector_op.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsvector_parser.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/txid.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/uuid.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/varbit.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/varchar.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/varlena.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/version.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/windowfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/xid.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/xml.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/attoptcache.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/catcache.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/evtcache.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/inval.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/lsyscache.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/partcache.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/plancache.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/relcache.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/relfilenodemap.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/relmapper.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/spccache.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/syscache.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/ts_cache.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/typcache.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/error/assert.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/error/elog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/fmgr/dfmgr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/fmgr/fmgr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/fmgr/funcapi.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/fmgrtab.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/hash/dynahash.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/hash/hashfn.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/hash/pg_crc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/init/globals.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/init/miscinit.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/init/postinit.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mb/conv.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mb/encnames.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mb/mbutils.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mb/wchar.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mb/wstrcmp.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mb/wstrncmp.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/guc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/help_config.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/pg_config.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/pg_controldata.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/pg_rusage.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/ps_status.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/queryenvironment.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/rls.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/sampling.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/superuser.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/timeout.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/tzparser.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mmgr/aset.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mmgr/dsa.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mmgr/freepage.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mmgr/generation.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mmgr/mcxt.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mmgr/memdebug.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mmgr/portalmem.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mmgr/slab.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/resowner/resowner.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/sort/logtape.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/sort/sharedtuplestore.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/sort/sortsupport.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/sort/tuplesort.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/sort/tuplestore.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/time/combocid.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/time/snapmgr.bc +%%LLVM%%%%PG_LIBDIR%%/llvmjit.so +%%LLVM%%%%PG_LIBDIR%%/llvmjit_types.bc +%%PG_LIBDIR%%/libpgcommon.a %%PORTDOCS%%%%DOCSDIR%%/README-server %%DATADIR%%/errcodes.txt %%DATADIR%%/information_schema.sql diff --git a/databases/postgresql13-server/files/postgresql.in b/databases/postgresql13-server/files/postgresql13.in rename from databases/postgresql13-server/files/postgresql.in rename to databases/postgresql13-server/files/postgresql13.in diff --git a/databases/postgresql13-server/pkg-plist-server b/databases/postgresql13-server/pkg-plist-server --- a/databases/postgresql13-server/pkg-plist-server +++ b/databases/postgresql13-server/pkg-plist-server @@ -1,730 +1,730 @@ -bin/initdb -bin/pg_archivecleanup -bin/pg_basebackup -bin/pg_checksums -bin/pg_controldata -bin/pg_ctl -bin/pg_receivewal -bin/pg_recvlogical -bin/pg_resetwal -bin/pg_rewind -bin/pg_test_fsync -bin/pg_test_timing -bin/pg_upgrade -bin/pg_waldump -bin/postgres -bin/postmaster -etc/periodic/daily/502.pgsql -include/postgresql/server/plpgsql.h -lib/libpgcommon.a -lib/libpgcommon_shlib.a -lib/postgresql/cyrillic_and_mic.so -lib/postgresql/dict_snowball.so -lib/postgresql/euc2004_sjis2004.so -lib/postgresql/euc_cn_and_mic.so -lib/postgresql/euc_jp_and_sjis.so -lib/postgresql/euc_kr_and_mic.so -lib/postgresql/euc_tw_and_big5.so -lib/postgresql/latin2_and_win1250.so -lib/postgresql/latin_and_mic.so -lib/postgresql/libpqwalreceiver.so -lib/postgresql/pgoutput.so -lib/postgresql/plpgsql.so -lib/postgresql/utf8_and_big5.so -lib/postgresql/utf8_and_cyrillic.so -lib/postgresql/utf8_and_euc2004.so -lib/postgresql/utf8_and_euc_cn.so -lib/postgresql/utf8_and_euc_jp.so -lib/postgresql/utf8_and_euc_kr.so -lib/postgresql/utf8_and_euc_tw.so -lib/postgresql/utf8_and_gb18030.so -lib/postgresql/utf8_and_gbk.so -lib/postgresql/utf8_and_iso8859.so -lib/postgresql/utf8_and_iso8859_1.so -lib/postgresql/utf8_and_johab.so -lib/postgresql/utf8_and_sjis.so -lib/postgresql/utf8_and_sjis2004.so -lib/postgresql/utf8_and_uhc.so -lib/postgresql/utf8_and_win.so -%%LLVM%%lib/postgresql/bitcode/postgres.index.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/brin/brin.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/brin/brin_inclusion.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/brin/brin_minmax.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/brin/brin_pageops.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/brin/brin_revmap.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/brin/brin_tuple.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/brin/brin_validate.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/brin/brin_xlog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/attmap.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/bufmask.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/detoast.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/heaptuple.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/indextuple.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/printsimple.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/printtup.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/relation.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/reloptions.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/scankey.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/session.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/toast_internals.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/tupconvert.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/tupdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginarrayproc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginbtree.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginbulk.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/gindatapage.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginentrypage.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginfast.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginget.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/gininsert.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginlogic.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginpostinglist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginutil.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginvacuum.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginvalidate.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginxlog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gist/gist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gist/gistbuild.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gist/gistbuildbuffers.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gist/gistget.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gist/gistproc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gist/gistscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gist/gistsplit.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gist/gistutil.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gist/gistvacuum.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gist/gistvalidate.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gist/gistxlog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/hash/hash.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/hash/hash_xlog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/hash/hashfunc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/hash/hashinsert.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/hash/hashovfl.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/hash/hashpage.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/hash/hashsearch.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/hash/hashsort.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/hash/hashutil.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/hash/hashvalidate.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/heap/heapam.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/heap/heapam_handler.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/heap/heapam_visibility.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/heap/heaptoast.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/heap/hio.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/heap/pruneheap.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/heap/rewriteheap.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/heap/syncscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/heap/vacuumlazy.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/heap/visibilitymap.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/index/amapi.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/index/amvalidate.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/index/genam.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/index/indexam.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/nbtree/nbtcompare.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/nbtree/nbtdedup.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/nbtree/nbtinsert.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/nbtree/nbtpage.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/nbtree/nbtree.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/nbtree/nbtsearch.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/nbtree/nbtsort.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/nbtree/nbtsplitloc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/nbtree/nbtutils.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/nbtree/nbtvalidate.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/nbtree/nbtxlog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/brindesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/clogdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/committsdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/dbasedesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/genericdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/gindesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/gistdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/hashdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/heapdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/logicalmsgdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/mxactdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/nbtdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/relmapdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/replorigindesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/seqdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/smgrdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/spgdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/standbydesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/tblspcdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/xactdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/xlogdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/spgist/spgdoinsert.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/spgist/spginsert.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/spgist/spgkdtreeproc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/spgist/spgproc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/spgist/spgquadtreeproc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/spgist/spgscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/spgist/spgtextproc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/spgist/spgutils.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/spgist/spgvacuum.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/spgist/spgvalidate.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/spgist/spgxlog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/table/table.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/table/tableam.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/table/tableamapi.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/table/toast_helper.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/tablesample/bernoulli.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/tablesample/system.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/tablesample/tablesample.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/clog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/commit_ts.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/generic_xlog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/multixact.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/parallel.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/rmgr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/slru.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/subtrans.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/timeline.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/transam.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/twophase.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/twophase_rmgr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/varsup.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/xact.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/xlog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/xlogarchive.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/xlogfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/xloginsert.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/xlogreader.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/xlogutils.bc -%%LLVM%%lib/postgresql/bitcode/postgres/bootstrap/bootparse.bc -%%LLVM%%lib/postgresql/bitcode/postgres/bootstrap/bootstrap.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/aclchk.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/catalog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/dependency.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/heap.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/index.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/indexing.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/namespace.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/objectaccess.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/objectaddress.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/partition.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_aggregate.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_cast.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_collation.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_constraint.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_conversion.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_db_role_setting.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_depend.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_enum.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_inherits.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_largeobject.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_namespace.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_operator.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_proc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_publication.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_range.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_shdepend.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_subscription.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_type.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/storage.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/toasting.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/aggregatecmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/alter.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/amcmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/analyze.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/async.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/cluster.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/collationcmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/comment.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/constraint.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/conversioncmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/copy.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/createas.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/dbcommands.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/define.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/discard.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/dropcmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/event_trigger.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/explain.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/extension.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/foreigncmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/functioncmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/indexcmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/lockcmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/matview.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/opclasscmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/operatorcmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/policy.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/portalcmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/prepare.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/proclang.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/publicationcmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/schemacmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/seclabel.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/sequence.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/statscmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/subscriptioncmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/tablecmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/tablespace.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/trigger.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/tsearchcmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/typecmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/user.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/vacuum.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/variable.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/view.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execAmi.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execCurrent.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execExpr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execExprInterp.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execGrouping.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execIndexing.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execJunk.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execMain.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execParallel.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execPartition.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execProcnode.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execReplication.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execSRF.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execScan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execTuples.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execUtils.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/functions.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/instrument.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeAgg.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeAppend.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeBitmapAnd.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeBitmapHeapscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeBitmapIndexscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeBitmapOr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeCtescan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeCustom.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeForeignscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeFunctionscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeGather.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeGatherMerge.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeGroup.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeHash.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeHashjoin.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeIncrementalSort.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeIndexonlyscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeIndexscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeLimit.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeLockRows.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeMaterial.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeMergeAppend.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeMergejoin.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeModifyTable.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeNamedtuplestorescan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeNestloop.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeProjectSet.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeRecursiveunion.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeResult.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeSamplescan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeSeqscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeSetOp.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeSort.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeSubplan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeSubqueryscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeTableFuncscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeTidscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeUnique.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeValuesscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeWindowAgg.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeWorktablescan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/spi.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/tqueue.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/tstoreReceiver.bc -%%LLVM%%lib/postgresql/bitcode/postgres/foreign/foreign.bc -%%LLVM%%lib/postgresql/bitcode/postgres/jit/jit.bc -%%LLVM%%lib/postgresql/bitcode/postgres/lib/binaryheap.bc -%%LLVM%%lib/postgresql/bitcode/postgres/lib/bipartite_match.bc -%%LLVM%%lib/postgresql/bitcode/postgres/lib/bloomfilter.bc -%%LLVM%%lib/postgresql/bitcode/postgres/lib/dshash.bc -%%LLVM%%lib/postgresql/bitcode/postgres/lib/hyperloglog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/lib/ilist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/lib/integerset.bc -%%LLVM%%lib/postgresql/bitcode/postgres/lib/knapsack.bc -%%LLVM%%lib/postgresql/bitcode/postgres/lib/pairingheap.bc -%%LLVM%%lib/postgresql/bitcode/postgres/lib/rbtree.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/auth-scram.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/auth.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/be-fsstubs.bc -%%LLVM%%%%GSSAPI%%lib/postgresql/bitcode/postgres/libpq/be-gssapi-common.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/be-secure-common.bc -%%LLVM%%%%GSSAPI%%lib/postgresql/bitcode/postgres/libpq/be-secure-gssapi.bc -%%LLVM%%%%SSL%%lib/postgresql/bitcode/postgres/libpq/be-secure-openssl.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/be-secure.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/crypt.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/hba.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/ifaddr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/pqcomm.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/pqformat.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/pqmq.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/pqsignal.bc -%%LLVM%%lib/postgresql/bitcode/postgres/main/main.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/bitmapset.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/copyfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/equalfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/extensible.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/list.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/makefuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/nodeFuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/nodes.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/outfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/params.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/print.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/read.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/readfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/tidbitmap.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/value.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_copy.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_cx.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_erx.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_eval.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_main.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_misc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_mutation.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_ox1.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_ox2.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_pmx.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_pool.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_px.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_random.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_recombination.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_selection.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/path/allpaths.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/path/clausesel.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/path/costsize.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/path/equivclass.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/path/indxpath.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/path/joinpath.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/path/joinrels.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/path/pathkeys.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/path/tidpath.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/plan/analyzejoins.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/plan/createplan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/plan/initsplan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/plan/planagg.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/plan/planmain.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/plan/planner.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/plan/setrefs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/plan/subselect.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/prep/prepjointree.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/prep/prepqual.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/prep/preptlist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/prep/prepunion.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/appendinfo.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/clauses.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/inherit.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/joininfo.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/orclauses.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/paramassign.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/pathnode.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/placeholder.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/plancat.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/predtest.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/relnode.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/restrictinfo.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/tlist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/var.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/analyze.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/gram.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_agg.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_clause.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_coerce.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_collate.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_cte.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_enr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_expr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_func.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_node.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_oper.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_param.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_relation.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_target.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_type.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_utilcmd.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parser.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/scan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/scansup.bc -%%LLVM%%lib/postgresql/bitcode/postgres/partitioning/partbounds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/partitioning/partdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/partitioning/partprune.bc -%%LLVM%%lib/postgresql/bitcode/postgres/port/atomics.bc -%%LLVM%%lib/postgresql/bitcode/postgres/port/pg_sema.bc -%%LLVM%%lib/postgresql/bitcode/postgres/port/pg_shmem.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/autovacuum.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/bgworker.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/bgwriter.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/checkpointer.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/fork_process.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/interrupt.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/pgarch.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/pgstat.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/postmaster.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/startup.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/syslogger.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/walwriter.bc -%%LLVM%%lib/postgresql/bitcode/postgres/regex/regcomp.bc -%%LLVM%%lib/postgresql/bitcode/postgres/regex/regerror.bc -%%LLVM%%lib/postgresql/bitcode/postgres/regex/regexec.bc -%%LLVM%%lib/postgresql/bitcode/postgres/regex/regexport.bc -%%LLVM%%lib/postgresql/bitcode/postgres/regex/regfree.bc -%%LLVM%%lib/postgresql/bitcode/postgres/regex/regprefix.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/backup_manifest.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/basebackup.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/decode.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/launcher.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/logical.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/logicalfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/message.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/origin.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/proto.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/relation.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/reorderbuffer.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/snapbuild.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/tablesync.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/worker.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/repl_gram.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/slot.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/slotfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/syncrep.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/syncrep_gram.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/walreceiver.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/walreceiverfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/walsender.bc -%%LLVM%%lib/postgresql/bitcode/postgres/rewrite/rewriteDefine.bc -%%LLVM%%lib/postgresql/bitcode/postgres/rewrite/rewriteHandler.bc -%%LLVM%%lib/postgresql/bitcode/postgres/rewrite/rewriteManip.bc -%%LLVM%%lib/postgresql/bitcode/postgres/rewrite/rewriteRemove.bc -%%LLVM%%lib/postgresql/bitcode/postgres/rewrite/rewriteSupport.bc -%%LLVM%%lib/postgresql/bitcode/postgres/rewrite/rowsecurity.bc -%%LLVM%%lib/postgresql/bitcode/postgres/statistics/dependencies.bc -%%LLVM%%lib/postgresql/bitcode/postgres/statistics/extended_stats.bc -%%LLVM%%lib/postgresql/bitcode/postgres/statistics/mcv.bc -%%LLVM%%lib/postgresql/bitcode/postgres/statistics/mvdistinct.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/buffer/buf_init.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/buffer/buf_table.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/buffer/bufmgr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/buffer/freelist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/buffer/localbuf.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/file/buffile.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/file/copydir.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/file/fd.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/file/reinit.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/file/sharedfileset.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/freespace/freespace.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/freespace/fsmpage.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/freespace/indexfsm.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/barrier.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/dsm.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/dsm_impl.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/ipc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/ipci.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/latch.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/pmsignal.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/procarray.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/procsignal.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/shm_mq.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/shm_toc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/shmem.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/shmqueue.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/signalfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/sinval.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/sinvaladt.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/standby.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/large_object/inv_api.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/lmgr/condition_variable.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/lmgr/deadlock.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/lmgr/lmgr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/lmgr/lock.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/lmgr/lwlock.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/lmgr/lwlocknames.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/lmgr/predicate.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/lmgr/proc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/lmgr/s_lock.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/lmgr/spin.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/page/bufpage.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/page/checksum.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/page/itemptr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/smgr/md.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/smgr/smgr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/sync/sync.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tcop/cmdtag.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tcop/dest.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tcop/fastpath.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tcop/postgres.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tcop/pquery.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tcop/utility.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/dict.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/dict_ispell.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/dict_simple.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/dict_synonym.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/dict_thesaurus.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/regis.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/spell.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/to_tsany.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/ts_locale.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/ts_parse.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/ts_selfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/ts_typanalyze.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/ts_utils.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/wparser.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/wparser_def.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/acl.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/amutils.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/array_expanded.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/array_selfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/array_typanalyze.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/array_userfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/arrayfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/arrayutils.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/ascii.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/bool.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/cash.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/char.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/cryptohashes.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/date.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/datetime.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/datum.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/dbsize.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/domains.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/encode.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/enum.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/expandeddatum.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/expandedrecord.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/float.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/format_type.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/formatting.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/genfile.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/geo_ops.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/geo_selfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/geo_spgist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/inet_cidr_ntop.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/inet_net_pton.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/int.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/int8.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/json.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/jsonb.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/jsonb_gin.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/jsonb_op.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/jsonb_util.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/jsonfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/jsonpath.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/jsonpath_exec.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/jsonpath_gram.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/like.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/like_support.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/lockfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/mac.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/mac8.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/misc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/name.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/network.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/network_gist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/network_selfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/network_spgist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/numeric.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/numutils.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/oid.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/oracle_compat.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/orderedsetaggs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/partitionfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/pg_locale.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/pg_lsn.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/pg_upgrade_support.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/pgstatfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/pseudotypes.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/quote.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/rangetypes.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/rangetypes_gist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/rangetypes_selfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/rangetypes_spgist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/rangetypes_typanalyze.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/regexp.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/regproc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/ri_triggers.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/rowtypes.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/ruleutils.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/selfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tid.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/timestamp.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/trigfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsginidx.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsgistidx.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsquery.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsquery_cleanup.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsquery_gist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsquery_op.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsquery_rewrite.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsquery_util.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsrank.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsvector.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsvector_op.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsvector_parser.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/uuid.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/varbit.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/varchar.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/varlena.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/version.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/windowfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/xid.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/xid8funcs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/xml.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/attoptcache.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/catcache.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/evtcache.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/inval.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/lsyscache.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/partcache.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/plancache.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/relcache.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/relfilenodemap.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/relmapper.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/spccache.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/syscache.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/ts_cache.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/typcache.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/error/assert.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/error/elog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/fmgr/dfmgr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/fmgr/fmgr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/fmgr/funcapi.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/fmgrtab.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/hash/dynahash.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/hash/pg_crc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/init/globals.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/init/miscinit.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/init/postinit.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mb/conv.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mb/mbutils.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mb/stringinfo_mb.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mb/wstrcmp.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mb/wstrncmp.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/guc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/help_config.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/pg_config.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/pg_controldata.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/pg_rusage.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/ps_status.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/queryenvironment.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/rls.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/sampling.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/superuser.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/timeout.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/tzparser.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mmgr/aset.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mmgr/dsa.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mmgr/freepage.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mmgr/generation.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mmgr/mcxt.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mmgr/memdebug.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mmgr/portalmem.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mmgr/slab.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/resowner/resowner.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/sort/logtape.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/sort/sharedtuplestore.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/sort/sortsupport.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/sort/tuplesort.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/sort/tuplestore.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/time/combocid.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/time/snapmgr.bc -%%LLVM%%lib/postgresql/llvmjit.so -%%LLVM%%lib/postgresql/llvmjit_types.bc +%%PG_BINDIR%%/initdb +%%PG_BINDIR%%/pg_archivecleanup +%%PG_BINDIR%%/pg_basebackup +%%PG_BINDIR%%/pg_checksums +%%PG_BINDIR%%/pg_controldata +%%PG_BINDIR%%/pg_ctl +%%PG_BINDIR%%/pg_receivewal +%%PG_BINDIR%%/pg_recvlogical +%%PG_BINDIR%%/pg_resetwal +%%PG_BINDIR%%/pg_rewind +%%PG_BINDIR%%/pg_test_fsync +%%PG_BINDIR%%/pg_test_timing +%%PG_BINDIR%%/pg_upgrade +%%PG_BINDIR%%/pg_waldump +%%PG_BINDIR%%/postgres +%%PG_BINDIR%%/postmaster +etc/periodic/daily/502.pgsql-%%PG_VERS%% +%%PG_INCDIR%%/server/plpgsql.h +%%PG_LIBDIR%%/libpgcommon.a +%%PG_LIBDIR%%/libpgcommon_shlib.a +%%PG_LIBDIR%%/cyrillic_and_mic.so +%%PG_LIBDIR%%/dict_snowball.so +%%PG_LIBDIR%%/euc2004_sjis2004.so +%%PG_LIBDIR%%/euc_cn_and_mic.so +%%PG_LIBDIR%%/euc_jp_and_sjis.so +%%PG_LIBDIR%%/euc_kr_and_mic.so +%%PG_LIBDIR%%/euc_tw_and_big5.so +%%PG_LIBDIR%%/latin2_and_win1250.so +%%PG_LIBDIR%%/latin_and_mic.so +%%PG_LIBDIR%%/libpqwalreceiver.so +%%PG_LIBDIR%%/pgoutput.so +%%PG_LIBDIR%%/plpgsql.so +%%PG_LIBDIR%%/utf8_and_big5.so +%%PG_LIBDIR%%/utf8_and_cyrillic.so +%%PG_LIBDIR%%/utf8_and_euc2004.so +%%PG_LIBDIR%%/utf8_and_euc_cn.so +%%PG_LIBDIR%%/utf8_and_euc_jp.so +%%PG_LIBDIR%%/utf8_and_euc_kr.so +%%PG_LIBDIR%%/utf8_and_euc_tw.so +%%PG_LIBDIR%%/utf8_and_gb18030.so +%%PG_LIBDIR%%/utf8_and_gbk.so +%%PG_LIBDIR%%/utf8_and_iso8859.so +%%PG_LIBDIR%%/utf8_and_iso8859_1.so +%%PG_LIBDIR%%/utf8_and_johab.so +%%PG_LIBDIR%%/utf8_and_sjis.so +%%PG_LIBDIR%%/utf8_and_sjis2004.so +%%PG_LIBDIR%%/utf8_and_uhc.so +%%PG_LIBDIR%%/utf8_and_win.so +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres.index.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/brin/brin.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/brin/brin_inclusion.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/brin/brin_minmax.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/brin/brin_pageops.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/brin/brin_revmap.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/brin/brin_tuple.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/brin/brin_validate.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/brin/brin_xlog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/attmap.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/bufmask.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/detoast.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/heaptuple.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/indextuple.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/printsimple.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/printtup.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/relation.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/reloptions.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/scankey.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/session.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/toast_internals.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/tupconvert.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/tupdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginarrayproc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginbtree.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginbulk.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/gindatapage.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginentrypage.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginfast.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginget.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/gininsert.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginlogic.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginpostinglist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginutil.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginvacuum.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginvalidate.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginxlog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gist/gist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gist/gistbuild.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gist/gistbuildbuffers.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gist/gistget.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gist/gistproc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gist/gistscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gist/gistsplit.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gist/gistutil.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gist/gistvacuum.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gist/gistvalidate.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gist/gistxlog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/hash/hash.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/hash/hash_xlog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/hash/hashfunc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/hash/hashinsert.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/hash/hashovfl.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/hash/hashpage.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/hash/hashsearch.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/hash/hashsort.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/hash/hashutil.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/hash/hashvalidate.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/heap/heapam.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/heap/heapam_handler.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/heap/heapam_visibility.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/heap/heaptoast.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/heap/hio.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/heap/pruneheap.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/heap/rewriteheap.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/heap/syncscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/heap/vacuumlazy.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/heap/visibilitymap.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/index/amapi.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/index/amvalidate.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/index/genam.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/index/indexam.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/nbtree/nbtcompare.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/nbtree/nbtdedup.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/nbtree/nbtinsert.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/nbtree/nbtpage.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/nbtree/nbtree.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/nbtree/nbtsearch.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/nbtree/nbtsort.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/nbtree/nbtsplitloc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/nbtree/nbtutils.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/nbtree/nbtvalidate.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/nbtree/nbtxlog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/brindesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/clogdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/committsdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/dbasedesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/genericdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/gindesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/gistdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/hashdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/heapdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/logicalmsgdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/mxactdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/nbtdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/relmapdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/replorigindesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/seqdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/smgrdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/spgdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/standbydesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/tblspcdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/xactdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/xlogdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/spgist/spgdoinsert.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/spgist/spginsert.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/spgist/spgkdtreeproc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/spgist/spgproc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/spgist/spgquadtreeproc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/spgist/spgscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/spgist/spgtextproc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/spgist/spgutils.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/spgist/spgvacuum.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/spgist/spgvalidate.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/spgist/spgxlog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/table/table.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/table/tableam.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/table/tableamapi.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/table/toast_helper.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/tablesample/bernoulli.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/tablesample/system.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/tablesample/tablesample.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/clog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/commit_ts.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/generic_xlog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/multixact.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/parallel.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/rmgr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/slru.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/subtrans.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/timeline.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/transam.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/twophase.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/twophase_rmgr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/varsup.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/xact.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/xlog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/xlogarchive.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/xlogfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/xloginsert.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/xlogreader.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/xlogutils.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/bootstrap/bootparse.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/bootstrap/bootstrap.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/aclchk.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/catalog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/dependency.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/heap.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/index.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/indexing.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/namespace.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/objectaccess.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/objectaddress.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/partition.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_aggregate.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_cast.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_collation.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_constraint.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_conversion.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_db_role_setting.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_depend.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_enum.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_inherits.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_largeobject.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_namespace.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_operator.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_proc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_publication.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_range.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_shdepend.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_subscription.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_type.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/storage.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/toasting.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/aggregatecmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/alter.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/amcmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/analyze.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/async.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/cluster.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/collationcmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/comment.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/constraint.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/conversioncmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/copy.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/createas.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/dbcommands.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/define.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/discard.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/dropcmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/event_trigger.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/explain.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/extension.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/foreigncmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/functioncmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/indexcmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/lockcmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/matview.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/opclasscmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/operatorcmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/policy.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/portalcmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/prepare.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/proclang.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/publicationcmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/schemacmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/seclabel.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/sequence.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/statscmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/subscriptioncmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/tablecmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/tablespace.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/trigger.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/tsearchcmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/typecmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/user.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/vacuum.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/variable.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/view.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execAmi.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execCurrent.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execExpr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execExprInterp.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execGrouping.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execIndexing.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execJunk.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execMain.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execParallel.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execPartition.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execProcnode.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execReplication.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execSRF.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execScan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execTuples.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execUtils.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/functions.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/instrument.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeAgg.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeAppend.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeBitmapAnd.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeBitmapHeapscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeBitmapIndexscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeBitmapOr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeCtescan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeCustom.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeForeignscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeFunctionscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeGather.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeGatherMerge.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeGroup.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeHash.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeHashjoin.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeIncrementalSort.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeIndexonlyscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeIndexscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeLimit.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeLockRows.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeMaterial.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeMergeAppend.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeMergejoin.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeModifyTable.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeNamedtuplestorescan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeNestloop.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeProjectSet.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeRecursiveunion.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeResult.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeSamplescan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeSeqscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeSetOp.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeSort.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeSubplan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeSubqueryscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeTableFuncscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeTidscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeUnique.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeValuesscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeWindowAgg.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeWorktablescan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/spi.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/tqueue.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/tstoreReceiver.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/foreign/foreign.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/jit/jit.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/lib/binaryheap.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/lib/bipartite_match.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/lib/bloomfilter.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/lib/dshash.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/lib/hyperloglog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/lib/ilist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/lib/integerset.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/lib/knapsack.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/lib/pairingheap.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/lib/rbtree.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/auth-scram.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/auth.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/be-fsstubs.bc +%%LLVM%%%%GSSAPI%%%%PG_LIBDIR%%/bitcode/postgres/libpq/be-gssapi-common.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/be-secure-common.bc +%%LLVM%%%%GSSAPI%%%%PG_LIBDIR%%/bitcode/postgres/libpq/be-secure-gssapi.bc +%%LLVM%%%%SSL%%%%PG_LIBDIR%%/bitcode/postgres/libpq/be-secure-openssl.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/be-secure.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/crypt.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/hba.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/ifaddr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/pqcomm.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/pqformat.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/pqmq.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/pqsignal.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/main/main.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/bitmapset.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/copyfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/equalfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/extensible.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/list.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/makefuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/nodeFuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/nodes.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/outfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/params.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/print.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/read.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/readfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/tidbitmap.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/value.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_copy.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_cx.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_erx.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_eval.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_main.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_misc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_mutation.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_ox1.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_ox2.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_pmx.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_pool.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_px.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_random.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_recombination.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_selection.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/path/allpaths.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/path/clausesel.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/path/costsize.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/path/equivclass.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/path/indxpath.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/path/joinpath.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/path/joinrels.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/path/pathkeys.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/path/tidpath.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/plan/analyzejoins.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/plan/createplan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/plan/initsplan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/plan/planagg.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/plan/planmain.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/plan/planner.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/plan/setrefs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/plan/subselect.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/prep/prepjointree.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/prep/prepqual.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/prep/preptlist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/prep/prepunion.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/appendinfo.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/clauses.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/inherit.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/joininfo.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/orclauses.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/paramassign.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/pathnode.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/placeholder.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/plancat.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/predtest.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/relnode.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/restrictinfo.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/tlist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/var.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/analyze.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/gram.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_agg.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_clause.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_coerce.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_collate.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_cte.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_enr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_expr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_func.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_node.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_oper.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_param.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_relation.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_target.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_type.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_utilcmd.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parser.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/scan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/scansup.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/partitioning/partbounds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/partitioning/partdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/partitioning/partprune.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/port/atomics.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/port/pg_sema.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/port/pg_shmem.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/autovacuum.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/bgworker.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/bgwriter.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/checkpointer.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/fork_process.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/interrupt.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/pgarch.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/pgstat.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/postmaster.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/startup.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/syslogger.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/walwriter.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/regex/regcomp.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/regex/regerror.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/regex/regexec.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/regex/regexport.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/regex/regfree.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/regex/regprefix.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/backup_manifest.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/basebackup.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/decode.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/launcher.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/logical.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/logicalfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/message.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/origin.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/proto.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/relation.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/reorderbuffer.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/snapbuild.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/tablesync.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/worker.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/repl_gram.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/slot.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/slotfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/syncrep.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/syncrep_gram.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/walreceiver.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/walreceiverfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/walsender.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/rewrite/rewriteDefine.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/rewrite/rewriteHandler.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/rewrite/rewriteManip.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/rewrite/rewriteRemove.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/rewrite/rewriteSupport.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/rewrite/rowsecurity.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/statistics/dependencies.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/statistics/extended_stats.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/statistics/mcv.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/statistics/mvdistinct.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/buffer/buf_init.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/buffer/buf_table.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/buffer/bufmgr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/buffer/freelist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/buffer/localbuf.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/file/buffile.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/file/copydir.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/file/fd.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/file/reinit.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/file/sharedfileset.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/freespace/freespace.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/freespace/fsmpage.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/freespace/indexfsm.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/barrier.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/dsm.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/dsm_impl.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/ipc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/ipci.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/latch.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/pmsignal.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/procarray.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/procsignal.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/shm_mq.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/shm_toc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/shmem.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/shmqueue.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/signalfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/sinval.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/sinvaladt.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/standby.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/large_object/inv_api.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/lmgr/condition_variable.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/lmgr/deadlock.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/lmgr/lmgr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/lmgr/lock.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/lmgr/lwlock.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/lmgr/lwlocknames.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/lmgr/predicate.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/lmgr/proc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/lmgr/s_lock.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/lmgr/spin.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/page/bufpage.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/page/checksum.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/page/itemptr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/smgr/md.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/smgr/smgr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/sync/sync.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tcop/cmdtag.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tcop/dest.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tcop/fastpath.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tcop/postgres.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tcop/pquery.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tcop/utility.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/dict.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/dict_ispell.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/dict_simple.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/dict_synonym.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/dict_thesaurus.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/regis.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/spell.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/to_tsany.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/ts_locale.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/ts_parse.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/ts_selfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/ts_typanalyze.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/ts_utils.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/wparser.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/wparser_def.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/acl.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/amutils.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/array_expanded.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/array_selfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/array_typanalyze.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/array_userfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/arrayfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/arrayutils.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/ascii.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/bool.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/cash.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/char.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/cryptohashes.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/date.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/datetime.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/datum.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/dbsize.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/domains.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/encode.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/enum.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/expandeddatum.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/expandedrecord.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/float.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/format_type.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/formatting.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/genfile.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/geo_ops.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/geo_selfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/geo_spgist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/inet_cidr_ntop.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/inet_net_pton.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/int.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/int8.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/json.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/jsonb.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/jsonb_gin.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/jsonb_op.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/jsonb_util.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/jsonfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/jsonpath.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/jsonpath_exec.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/jsonpath_gram.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/like.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/like_support.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/lockfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/mac.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/mac8.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/misc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/name.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/network.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/network_gist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/network_selfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/network_spgist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/numeric.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/numutils.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/oid.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/oracle_compat.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/orderedsetaggs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/partitionfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/pg_locale.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/pg_lsn.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/pg_upgrade_support.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/pgstatfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/pseudotypes.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/quote.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/rangetypes.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/rangetypes_gist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/rangetypes_selfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/rangetypes_spgist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/rangetypes_typanalyze.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/regexp.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/regproc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/ri_triggers.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/rowtypes.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/ruleutils.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/selfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tid.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/timestamp.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/trigfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsginidx.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsgistidx.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsquery.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsquery_cleanup.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsquery_gist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsquery_op.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsquery_rewrite.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsquery_util.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsrank.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsvector.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsvector_op.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsvector_parser.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/uuid.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/varbit.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/varchar.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/varlena.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/version.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/windowfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/xid.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/xid8funcs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/xml.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/attoptcache.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/catcache.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/evtcache.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/inval.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/lsyscache.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/partcache.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/plancache.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/relcache.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/relfilenodemap.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/relmapper.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/spccache.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/syscache.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/ts_cache.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/typcache.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/error/assert.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/error/elog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/fmgr/dfmgr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/fmgr/fmgr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/fmgr/funcapi.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/fmgrtab.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/hash/dynahash.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/hash/pg_crc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/init/globals.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/init/miscinit.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/init/postinit.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mb/conv.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mb/mbutils.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mb/stringinfo_mb.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mb/wstrcmp.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mb/wstrncmp.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/guc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/help_config.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/pg_config.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/pg_controldata.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/pg_rusage.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/ps_status.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/queryenvironment.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/rls.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/sampling.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/superuser.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/timeout.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/tzparser.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mmgr/aset.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mmgr/dsa.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mmgr/freepage.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mmgr/generation.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mmgr/mcxt.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mmgr/memdebug.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mmgr/portalmem.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mmgr/slab.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/resowner/resowner.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/sort/logtape.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/sort/sharedtuplestore.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/sort/sortsupport.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/sort/tuplesort.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/sort/tuplestore.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/time/combocid.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/time/snapmgr.bc +%%LLVM%%%%PG_LIBDIR%%/llvmjit.so +%%LLVM%%%%PG_LIBDIR%%/llvmjit_types.bc %%PORTDOCS%%%%DOCSDIR%%/README-server %%DATADIR%%/errcodes.txt %%DATADIR%%/extension/plpgsql--1.0.sql diff --git a/databases/postgresql14-server/Makefile b/databases/postgresql14-server/Makefile --- a/databases/postgresql14-server/Makefile +++ b/databases/postgresql14-server/Makefile @@ -29,6 +29,7 @@ USES+= tar:bzip2 cpe .if !defined(NO_BUILD) USES+= gmake +PG_VERS= ${PORTVERSION:R} GNU_CONFIGURE= yes .endif @@ -40,6 +41,7 @@ INCLUDES+= -I${LOCALBASE}/include CONFIGURE_ARGS+=--with-libraries=${PREFIX}/lib \ --with-includes=${PREFIX}/include \ + --localedir=${PREFIX}/share/locale \ --enable-thread-safety CONFIGURE_ENV+= INCLUDES="${INCLUDES}" \ PTHREAD_LIBS="-lpthread" \ @@ -67,10 +69,13 @@ .if !defined(CLIENT_ONLY) && !defined(SLAVE_ONLY) SERVER_ONLY= yes COMPONENT= -server -USE_RC_SUBR= postgresql +DATADIR= ${GNU_CONFIGURE_PREFIX}/share +DOCSDIR= ${GNU_CONFIGURE_PREFIX}/share/doc USES+= pgsql:${DISTVERSION:C/([0-9]\.?[0-9]).*/\1/g} +GNU_CONFIGURE_PREFIX= ${PREFIX}/lib/${PORTNAME}${PG_VERS} +USE_RC_SUBR= postgresql${PG_VERS} USERS= ${PG_USER} -GROUPS= ${PG_GROUP} +GROUPS= ${PG_GROUP} SUB_FILES+= 502.pgsql .endif @@ -108,6 +113,8 @@ LLVM_DESC= Build with support for JIT-compiling expressions OPTIONS_EXCLUDE+= ${OPTIONS_EXCLUDE_${ARCH}_${OSREL:R}} OPTIONS_EXCLUDE_powerpc64_12= LLVM +USES+= gnome +USE_GNOME+= libxml2 .endif .if ${DISTVERSION:C/([0-9]*).*/\1/} < 10 @@ -181,10 +188,16 @@ PLIST_SUB+= PG_USER=${PG_USER} \ PG_USER_regex=[[:<:]]${PG_USER}[[:>:]] \ PG_GROUP=${PG_GROUP} \ - PG_GROUP_regex=[[:<:]]${PG_GROUP}[[:>:]] + PG_GROUP_regex=[[:<:]]${PG_GROUP}[[:>:]] \ + PG_VERS=${PG_VERS} \ + PG_INCDIR=lib/${PORTNAME}${PG_VERS}/include \ + PG_LIBDIR=lib/${PORTNAME}${PG_VERS}/lib\ + PG_BINDIR=bin SUB_LIST+= PG_GROUP=${PG_GROUP} \ PG_USER=${PG_USER} \ - PG_UID=${PG_UID} + PG_UID=${PG_UID} \ + PG_VERS=${PG_VERS} \ + PG_PREFIX=${GNU_CONFIGURE_PREFIX} .include @@ -325,10 +338,14 @@ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${INSTALL_TARGET}; \ done . if defined(SERVER_ONLY) - @ ${MKDIR} ${STAGEDIR}${PREFIX}/share/postgresql ;\ ${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily ;\ ${INSTALL_SCRIPT} ${WRKDIR}/502.pgsql \ - ${STAGEDIR}${PREFIX}/etc/periodic/daily + ${STAGEDIR}${PREFIX}/etc/periodic/daily/502.pgsql${PG_VERS} + for f in ${STAGEDIR}${GNU_CONFIGURE_PREFIX}/bin/*; do \ + ${MV} $$f ${STAGEDIR}${PREFIX}/bin/$${f##*/}${PG_VERS}; \ + done + ${LN} -sf postgres${PG_VERS} ${STAGEDIR}${PREFIX}/bin/postmaster${PG_VERS} + ${RMDIR} ${STAGEDIR}${GNU_CONFIGURE_PREFIX}/bin . endif # SERVER_ONLY . if defined(CLIENT_ONLY) @ cd ${WRKSRC}/src && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} install-local diff --git a/databases/postgresql14-server/files/502.pgsql.in b/databases/postgresql14-server/files/502.pgsql.in --- a/databases/postgresql14-server/files/502.pgsql.in +++ b/databases/postgresql14-server/files/502.pgsql.in @@ -57,13 +57,13 @@ now=`date "+%Y-%m-%dT%H:%M:%S"` file=${daily_pgsql_backupdir}/pgglobals_${now} su -l ${daily_pgsql_user} -c \ - "umask 077; pg_dumpall -g ${daily_pgsql_pgdumpall_globals_args} | gzip -9 > ${file}.gz" + "umask 077; pg_dumpall-%%PG_VERS%% -g ${daily_pgsql_pgdumpall_globals_args} | gzip -9 > ${file}.gz" db=$1 while shift; do echo -n " $db" file=${backupdir}/pgdump_${db}_${now} - su -l ${daily_pgsql_user} -c "umask 077; pg_dump ${daily_pgsql_pgdump_args} -f ${file} ${db}" + su -l ${daily_pgsql_user} -c "umask 077; pg_dump-%%PG_VERS%% ${daily_pgsql_pgdump_args} -f ${file} ${db}" [ $? -gt 0 ] && rc=3 db=$1 done @@ -101,7 +101,7 @@ echo echo "PostgreSQL vacuum" - su -l ${daily_pgsql_user} -c "vacuumdb ${daily_pgsql_vacuum_args}" + su -l ${daily_pgsql_user} -c "vacuumdb-%%PG_VERS%% ${daily_pgsql_vacuum_args}" if [ $? -gt 0 ] then echo diff --git a/databases/postgresql14-server/files/dot.cshrc.in b/databases/postgresql14-server/files/dot.cshrc.in --- a/databases/postgresql14-server/files/dot.cshrc.in +++ b/databases/postgresql14-server/files/dot.cshrc.in @@ -1,4 +1,4 @@ -setenv PGLIB %%PREFIX%%/lib +setenv PGLIB %%PG_PREFIX%%/lib # note: PGDATA can be overridden by the -D startup option setenv PGDATA $HOME/data96 diff --git a/databases/postgresql14-server/files/dot.profile.in b/databases/postgresql14-server/files/dot.profile.in --- a/databases/postgresql14-server/files/dot.profile.in +++ b/databases/postgresql14-server/files/dot.profile.in @@ -1,4 +1,4 @@ -PGLIB=%%PREFIX%%/lib +PGLIB=%%PG_PREFIX%%/lib # note: PGDATA can be overridden by the -D startup option PGDATA=${HOME}/data96 diff --git a/databases/postgresql14-server/files/pkg-message-contrib.in b/databases/postgresql14-server/files/pkg-message-contrib.in --- a/databases/postgresql14-server/files/pkg-message-contrib.in +++ b/databases/postgresql14-server/files/pkg-message-contrib.in @@ -2,7 +2,7 @@ { type: install message: < postgresql profile: ${profile}" - %%PREFIX%%/etc/rc.d/postgresql $1 ${profile} - retcode="$?" - if [ "0${retcode}" -ne 0 ]; then - failed="${profile} (${retcode}) ${failed:-}" - else - success="${profile} ${success:-}" - fi - done - exit 0 - fi -fi - -command_args="-D ${postgresql_data} ${postgresql_flags}" - -postgresql_command() -{ - ${su_cmd} -l ${postgresql_user} -c "exec ${command} ${command_args} ${rc_arg}" -} - -postgresql_initdb() -{ - ${su_cmd} -l -c ${postgresql_login_class} ${postgresql_user} -c "exec %%PREFIX%%/bin/initdb ${postgresql_initdb_flags} -D ${postgresql_data} -U ${postgresql_user}" -} - -run_rc_command "$1" diff --git a/databases/postgresql14-server/files/postgresql14.in b/databases/postgresql14-server/files/postgresql14.in new file mode 100644 --- /dev/null +++ b/databases/postgresql14-server/files/postgresql14.in @@ -0,0 +1,115 @@ +#!/bin/sh + +# PROVIDE: postgresql +# REQUIRE: DAEMON +# KEYWORD: shutdown +# +# Add the following line to /etc/rc.conf to enable PostgreSQL: +# +# postgresql%%PG_VERS%%_enable="YES" +# # optional +# postgresql%%PG_VERS%%_data="/var/db/%%PG_USER%%/data14" +# postgresql%%PG_VERS%%_flags="-w -s -m fast" +# postgresql%%PG_VERS%%_initdb_flags="--encoding=utf-8 --lc-collate=C" +# postgresql%%PG_VERS%%_login_class="default" +# postgresql%%PG_VERS%%_profiles="" +# +# See %%PG_PREFIX%%/share/doc/README-server for more info +# +# This scripts takes one of the following commands: +# +# start stop restart reload status initdb +# +# For postmaster startup options, edit ${postgresql%%PG_VERS%%_data}/postgresql.conf + +command=%%PREFIX%%/bin/pg_ctl%%PG_VERS%% + +. /etc/rc.subr + +load_rc_config postgresql%%PG_VERS%% + +# set defaults +postgresql%%PG_VERS%%_enable=${postgresql%%PG_VERS%%_enable:-"NO"} +postgresql%%PG_VERS%%_flags=${postgresql%%PG_VERS%%_flags:-"-w -s -m fast"} +postgresql%%PG_VERS%%_user=${postgresql%%PG_VERS%%_user:-"%%PG_USER%%"} +eval postgresql%%PG_VERS%%_data=${postgresql%%PG_VERS%%_data:-"~${postgresql_user}/data14"} +postgresql%%PG_VERS%%_login_class=${postgresql%%PG_VERS%%_login_class:-"default"} +postgresql%%PG_VERS%%_initdb_flags=${postgresql%%PG_VERS%%_initdb_flags:-"--encoding=utf-8 --lc-collate=C"} + +name=postgresql%%PG_VERS%% +rcvar=postgresql_enable%%PG_VERS%% +extra_commands="reload initdb%%PG_VERS%%" + +start_cmd="postgresql_command start" +stop_cmd="postgresql_command stop" +restart_cmd="postgresql_command restart" +reload_cmd="postgresql_command reload" +status_cmd="postgresql_command status" +promote_cmd="postgresql_command promote" + +initdb_cmd="postgresql_initdb%%PG_VERS%%" + +su_cmd="/usr/bin/su" + +if [ -n "$2" ]; then + profile="$2" + if [ "x${postgresql_profiles}" != "x" ]; then + eval postgresql%%PG_VERS%%_data="\${postgresql%%PG_VERS%%_${profile}_data:-}" + if [ "x${postgresql_data%%PG_VERS%%}" = "x" ]; then + echo "You must define a data directory (postgresql%%PG_VERS%%_${profile}_data)" + exit 1 + fi + eval postgresql%%PG_VERS%%_enable="\${postgresql%%PG_VERS%%_${profile}_enable:-${postgresql%%PG_VERS%%_enable}}" + eval postgresql%%PG_VERS%%_data="\${postgresql%%PG_VERS%%_${profile}_data:-${postgresql%%PG_VERS%%_data}}" + eval postgresql%%PG_VERS%%_flags="\${postgresql%%PG_VERS%%_${profile}_flags:-${postgresql%%PG_VERS%%_flags}}" + eval postgresql%%PG_VERS%%_initdb_flags="\${postgresql%%PG_VERS%%_${profile}_initdb_flags:-${postgresql%%PG_VERS%%_initdb_flags}}" + fi +else + if [ "x${postgresql%%PG_VERS%%_profiles}" != "x" -a "x$1" != "x" ]; then + for profile in ${postgresql%%PG_VERS%%_profiles}; do + eval _enable="\${postgresql%%PG_VERS%%_${profile}_enable}" + case "x${_enable:-${postgresql%%PG_VERS%%_enable}}" in + x|x[Nn][Oo]|x[Nn][Oo][Nn][Ee]) + continue + ;; + x[Yy][Ee][Ss]) + ;; + *) + if test -z "$_enable"; then + _var=postgresql%%PG_VERS%%_enable + else + _var=postgresql%%PG_VERS%%_"${profile}"_enable + fi + echo "Bad value" \ + "'${_enable:-${postgresql%%PG_VERS%%_enable}}'" \ + "for ${_var}. " \ + "Profile ${profile} skipped." + continue + ;; + esac + echo "===> postgresql%%PG_VERS%% profile: ${profile}" + %%PREFIX%%/etc/rc.d/postgresql%%PG_VERS%% $1 ${profile} + retcode="$?" + if [ "0${retcode}" -ne 0 ]; then + failed="${profile} (${retcode}) ${failed:-}" + else + success="${profile} ${success:-}" + fi + done + exit 0 + fi +fi + +command_args="-D ${postgresql%%PG_VERS%%_data} ${postgresql%%PG_VERS%%_flags}" + +postgresql_command() +{ + ${su_cmd} -l ${postgresql%%PG_VERS%%_user} -c "exec ${command} ${command_args} ${rc_arg}" +} + +postgresql_initdb() +{ + ${su_cmd} -l -c ${postgresql%%PG_VERS%%_login_class} ${postgresql%%PG_VERS%%_user} -c "exec %%PREFIX%%/bin/initdb ${postgresql%%PG_VERS%%_initdb_flags} -D ${postgresql%%PG_VERS%%_data} -U ${postgresql%%PG_VERS%%_user}" +} + +run_rc_command "$1" diff --git a/databases/postgresql14-server/pkg-plist-server b/databases/postgresql14-server/pkg-plist-server --- a/databases/postgresql14-server/pkg-plist-server +++ b/databases/postgresql14-server/pkg-plist-server @@ -1,750 +1,750 @@ -bin/initdb -bin/pg_archivecleanup -bin/pg_basebackup -bin/pg_checksums -bin/pg_controldata -bin/pg_ctl -bin/pg_receivewal -bin/pg_recvlogical -bin/pg_resetwal -bin/pg_rewind -bin/pg_test_fsync -bin/pg_test_timing -bin/pg_upgrade -bin/pg_waldump -bin/postgres -bin/postmaster -etc/periodic/daily/502.pgsql -include/postgresql/server/plpgsql.h -lib/libpgcommon.a -lib/libpgcommon_shlib.a -lib/postgresql/cyrillic_and_mic.so -lib/postgresql/dict_snowball.so -lib/postgresql/euc2004_sjis2004.so -lib/postgresql/euc_cn_and_mic.so -lib/postgresql/euc_jp_and_sjis.so -lib/postgresql/euc_kr_and_mic.so -lib/postgresql/euc_tw_and_big5.so -lib/postgresql/latin2_and_win1250.so -lib/postgresql/latin_and_mic.so -lib/postgresql/libpqwalreceiver.so -lib/postgresql/pgoutput.so -lib/postgresql/plpgsql.so -lib/postgresql/utf8_and_big5.so -lib/postgresql/utf8_and_cyrillic.so -lib/postgresql/utf8_and_euc2004.so -lib/postgresql/utf8_and_euc_cn.so -lib/postgresql/utf8_and_euc_jp.so -lib/postgresql/utf8_and_euc_kr.so -lib/postgresql/utf8_and_euc_tw.so -lib/postgresql/utf8_and_gb18030.so -lib/postgresql/utf8_and_gbk.so -lib/postgresql/utf8_and_iso8859.so -lib/postgresql/utf8_and_iso8859_1.so -lib/postgresql/utf8_and_johab.so -lib/postgresql/utf8_and_sjis.so -lib/postgresql/utf8_and_sjis2004.so -lib/postgresql/utf8_and_uhc.so -lib/postgresql/utf8_and_win.so -%%LLVM%%lib/postgresql/bitcode/postgres.index.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/brin/brin.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/brin/brin_bloom.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/brin/brin_inclusion.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/brin/brin_minmax.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/brin/brin_minmax_multi.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/brin/brin_pageops.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/brin/brin_revmap.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/brin/brin_tuple.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/brin/brin_validate.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/brin/brin_xlog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/attmap.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/bufmask.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/detoast.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/heaptuple.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/indextuple.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/printsimple.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/printtup.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/relation.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/reloptions.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/scankey.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/session.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/syncscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/toast_compression.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/toast_internals.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/tupconvert.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/common/tupdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginarrayproc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginbtree.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginbulk.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/gindatapage.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginentrypage.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginfast.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginget.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/gininsert.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginlogic.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginpostinglist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginutil.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginvacuum.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginvalidate.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gin/ginxlog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gist/gist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gist/gistbuild.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gist/gistbuildbuffers.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gist/gistget.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gist/gistproc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gist/gistscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gist/gistsplit.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gist/gistutil.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gist/gistvacuum.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gist/gistvalidate.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/gist/gistxlog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/hash/hash.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/hash/hash_xlog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/hash/hashfunc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/hash/hashinsert.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/hash/hashovfl.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/hash/hashpage.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/hash/hashsearch.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/hash/hashsort.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/hash/hashutil.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/hash/hashvalidate.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/heap/heapam.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/heap/heapam_handler.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/heap/heapam_visibility.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/heap/heaptoast.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/heap/hio.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/heap/pruneheap.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/heap/rewriteheap.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/heap/vacuumlazy.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/heap/visibilitymap.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/index/amapi.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/index/amvalidate.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/index/genam.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/index/indexam.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/nbtree/nbtcompare.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/nbtree/nbtdedup.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/nbtree/nbtinsert.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/nbtree/nbtpage.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/nbtree/nbtree.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/nbtree/nbtsearch.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/nbtree/nbtsort.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/nbtree/nbtsplitloc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/nbtree/nbtutils.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/nbtree/nbtvalidate.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/nbtree/nbtxlog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/brindesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/clogdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/committsdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/dbasedesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/genericdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/gindesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/gistdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/hashdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/heapdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/logicalmsgdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/mxactdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/nbtdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/relmapdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/replorigindesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/seqdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/smgrdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/spgdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/standbydesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/tblspcdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/xactdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/rmgrdesc/xlogdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/spgist/spgdoinsert.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/spgist/spginsert.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/spgist/spgkdtreeproc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/spgist/spgproc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/spgist/spgquadtreeproc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/spgist/spgscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/spgist/spgtextproc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/spgist/spgutils.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/spgist/spgvacuum.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/spgist/spgvalidate.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/spgist/spgxlog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/table/table.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/table/tableam.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/table/tableamapi.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/table/toast_helper.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/tablesample/bernoulli.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/tablesample/system.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/tablesample/tablesample.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/clog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/commit_ts.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/generic_xlog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/multixact.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/parallel.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/rmgr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/slru.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/subtrans.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/timeline.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/transam.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/twophase.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/twophase_rmgr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/varsup.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/xact.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/xlog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/xlogarchive.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/xlogfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/xloginsert.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/xlogreader.bc -%%LLVM%%lib/postgresql/bitcode/postgres/access/transam/xlogutils.bc -%%LLVM%%lib/postgresql/bitcode/postgres/bootstrap/bootparse.bc -%%LLVM%%lib/postgresql/bitcode/postgres/bootstrap/bootstrap.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/aclchk.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/catalog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/dependency.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/heap.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/index.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/indexing.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/namespace.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/objectaccess.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/objectaddress.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/partition.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_aggregate.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_cast.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_collation.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_constraint.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_conversion.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_db_role_setting.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_depend.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_enum.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_inherits.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_largeobject.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_namespace.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_operator.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_proc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_publication.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_range.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_shdepend.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_subscription.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/pg_type.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/storage.bc -%%LLVM%%lib/postgresql/bitcode/postgres/catalog/toasting.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/aggregatecmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/alter.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/amcmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/analyze.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/async.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/cluster.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/collationcmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/comment.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/constraint.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/conversioncmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/copy.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/copyfrom.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/copyfromparse.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/copyto.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/createas.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/dbcommands.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/define.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/discard.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/dropcmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/event_trigger.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/explain.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/extension.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/foreigncmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/functioncmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/indexcmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/lockcmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/matview.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/opclasscmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/operatorcmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/policy.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/portalcmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/prepare.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/proclang.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/publicationcmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/schemacmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/seclabel.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/sequence.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/statscmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/subscriptioncmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/tablecmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/tablespace.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/trigger.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/tsearchcmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/typecmds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/user.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/vacuum.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/variable.bc -%%LLVM%%lib/postgresql/bitcode/postgres/commands/view.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execAmi.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execAsync.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execCurrent.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execExpr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execExprInterp.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execGrouping.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execIndexing.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execJunk.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execMain.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execParallel.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execPartition.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execProcnode.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execReplication.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execSRF.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execScan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execTuples.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/execUtils.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/functions.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/instrument.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeAgg.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeAppend.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeBitmapAnd.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeBitmapHeapscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeBitmapIndexscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeBitmapOr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeCtescan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeCustom.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeForeignscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeFunctionscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeGather.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeGatherMerge.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeGroup.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeHash.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeHashjoin.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeIncrementalSort.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeIndexonlyscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeIndexscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeLimit.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeLockRows.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeMaterial.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeMergeAppend.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeMergejoin.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeModifyTable.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeNamedtuplestorescan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeNestloop.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeProjectSet.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeRecursiveunion.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeResult.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeMemoize.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeSamplescan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeSeqscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeSetOp.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeSort.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeSubplan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeSubqueryscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeTableFuncscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeTidrangescan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeTidscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeUnique.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeValuesscan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeWindowAgg.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/nodeWorktablescan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/spi.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/tqueue.bc -%%LLVM%%lib/postgresql/bitcode/postgres/executor/tstoreReceiver.bc -%%LLVM%%lib/postgresql/bitcode/postgres/foreign/foreign.bc -%%LLVM%%lib/postgresql/bitcode/postgres/jit/jit.bc -%%LLVM%%lib/postgresql/bitcode/postgres/lib/binaryheap.bc -%%LLVM%%lib/postgresql/bitcode/postgres/lib/bipartite_match.bc -%%LLVM%%lib/postgresql/bitcode/postgres/lib/bloomfilter.bc -%%LLVM%%lib/postgresql/bitcode/postgres/lib/dshash.bc -%%LLVM%%lib/postgresql/bitcode/postgres/lib/hyperloglog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/lib/ilist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/lib/integerset.bc -%%LLVM%%lib/postgresql/bitcode/postgres/lib/knapsack.bc -%%LLVM%%lib/postgresql/bitcode/postgres/lib/pairingheap.bc -%%LLVM%%lib/postgresql/bitcode/postgres/lib/rbtree.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/auth-scram.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/auth.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/be-fsstubs.bc -%%LLVM%%%%GSSAPI%%lib/postgresql/bitcode/postgres/libpq/be-gssapi-common.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/be-secure-common.bc -%%LLVM%%%%GSSAPI%%lib/postgresql/bitcode/postgres/libpq/be-secure-gssapi.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/be-secure.bc -%%LLVM%%%%SSL%%lib/postgresql/bitcode/postgres/libpq/be-secure-openssl.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/crypt.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/hba.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/ifaddr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/pqcomm.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/pqformat.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/pqmq.bc -%%LLVM%%lib/postgresql/bitcode/postgres/libpq/pqsignal.bc -%%LLVM%%lib/postgresql/bitcode/postgres/main/main.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/bitmapset.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/copyfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/equalfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/extensible.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/list.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/makefuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/nodeFuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/nodes.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/outfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/params.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/print.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/read.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/readfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/tidbitmap.bc -%%LLVM%%lib/postgresql/bitcode/postgres/nodes/value.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_copy.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_cx.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_erx.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_eval.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_main.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_misc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_mutation.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_ox1.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_ox2.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_pmx.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_pool.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_px.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_random.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_recombination.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/geqo/geqo_selection.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/path/allpaths.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/path/clausesel.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/path/costsize.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/path/equivclass.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/path/indxpath.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/path/joinpath.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/path/joinrels.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/path/pathkeys.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/path/tidpath.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/plan/analyzejoins.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/plan/createplan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/plan/initsplan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/plan/planagg.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/plan/planmain.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/plan/planner.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/plan/setrefs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/plan/subselect.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/prep/prepagg.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/prep/prepjointree.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/prep/prepqual.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/prep/preptlist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/prep/prepunion.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/appendinfo.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/clauses.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/inherit.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/joininfo.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/orclauses.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/paramassign.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/pathnode.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/placeholder.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/plancat.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/predtest.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/relnode.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/restrictinfo.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/tlist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/optimizer/util/var.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/analyze.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/gram.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_agg.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_clause.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_coerce.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_collate.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_cte.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_enr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_expr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_func.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_node.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_oper.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_param.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_relation.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_target.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_type.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_utilcmd.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/parser.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/scan.bc -%%LLVM%%lib/postgresql/bitcode/postgres/parser/scansup.bc -%%LLVM%%lib/postgresql/bitcode/postgres/partitioning/partbounds.bc -%%LLVM%%lib/postgresql/bitcode/postgres/partitioning/partdesc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/partitioning/partprune.bc -%%LLVM%%lib/postgresql/bitcode/postgres/port/atomics.bc -%%LLVM%%lib/postgresql/bitcode/postgres/port/pg_sema.bc -%%LLVM%%lib/postgresql/bitcode/postgres/port/pg_shmem.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/autovacuum.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/bgworker.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/bgwriter.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/checkpointer.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/fork_process.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/interrupt.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/pgarch.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/pgstat.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/postmaster.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/startup.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/syslogger.bc -%%LLVM%%lib/postgresql/bitcode/postgres/postmaster/walwriter.bc -%%LLVM%%lib/postgresql/bitcode/postgres/regex/regcomp.bc -%%LLVM%%lib/postgresql/bitcode/postgres/regex/regerror.bc -%%LLVM%%lib/postgresql/bitcode/postgres/regex/regexec.bc -%%LLVM%%lib/postgresql/bitcode/postgres/regex/regexport.bc -%%LLVM%%lib/postgresql/bitcode/postgres/regex/regfree.bc -%%LLVM%%lib/postgresql/bitcode/postgres/regex/regprefix.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/backup_manifest.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/basebackup.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/decode.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/launcher.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/logical.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/logicalfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/message.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/origin.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/proto.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/relation.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/reorderbuffer.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/snapbuild.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/tablesync.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/worker.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/repl_gram.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/slot.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/slotfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/syncrep.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/syncrep_gram.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/walreceiver.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/walreceiverfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/replication/walsender.bc -%%LLVM%%lib/postgresql/bitcode/postgres/rewrite/rewriteDefine.bc -%%LLVM%%lib/postgresql/bitcode/postgres/rewrite/rewriteHandler.bc -%%LLVM%%lib/postgresql/bitcode/postgres/rewrite/rewriteManip.bc -%%LLVM%%lib/postgresql/bitcode/postgres/rewrite/rewriteRemove.bc -%%LLVM%%lib/postgresql/bitcode/postgres/rewrite/rewriteSearchCycle.bc -%%LLVM%%lib/postgresql/bitcode/postgres/rewrite/rewriteSupport.bc -%%LLVM%%lib/postgresql/bitcode/postgres/rewrite/rowsecurity.bc -%%LLVM%%lib/postgresql/bitcode/postgres/statistics/dependencies.bc -%%LLVM%%lib/postgresql/bitcode/postgres/statistics/extended_stats.bc -%%LLVM%%lib/postgresql/bitcode/postgres/statistics/mcv.bc -%%LLVM%%lib/postgresql/bitcode/postgres/statistics/mvdistinct.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/buffer/buf_init.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/buffer/buf_table.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/buffer/bufmgr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/buffer/freelist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/buffer/localbuf.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/file/buffile.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/file/copydir.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/file/fd.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/file/reinit.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/file/sharedfileset.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/freespace/freespace.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/freespace/fsmpage.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/freespace/indexfsm.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/barrier.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/dsm.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/dsm_impl.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/ipc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/ipci.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/latch.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/pmsignal.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/procarray.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/procsignal.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/shm_mq.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/shm_toc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/shmem.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/shmqueue.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/signalfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/sinval.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/sinvaladt.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/ipc/standby.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/large_object/inv_api.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/lmgr/condition_variable.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/lmgr/deadlock.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/lmgr/lmgr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/lmgr/lock.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/lmgr/lwlock.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/lmgr/lwlocknames.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/lmgr/predicate.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/lmgr/proc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/lmgr/s_lock.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/lmgr/spin.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/page/bufpage.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/page/checksum.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/page/itemptr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/smgr/md.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/smgr/smgr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/storage/sync/sync.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tcop/cmdtag.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tcop/dest.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tcop/fastpath.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tcop/postgres.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tcop/pquery.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tcop/utility.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/dict.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/dict_ispell.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/dict_simple.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/dict_synonym.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/dict_thesaurus.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/regis.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/spell.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/to_tsany.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/ts_locale.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/ts_parse.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/ts_selfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/ts_typanalyze.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/ts_utils.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/wparser.bc -%%LLVM%%lib/postgresql/bitcode/postgres/tsearch/wparser_def.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/activity/backend_progress.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/activity/backend_status.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/activity/wait_event.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/acl.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/amutils.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/array_expanded.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/array_selfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/array_typanalyze.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/array_userfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/arrayfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/arraysubs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/arrayutils.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/ascii.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/bool.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/cash.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/char.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/cryptohashfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/date.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/datetime.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/datum.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/dbsize.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/domains.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/encode.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/enum.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/expandeddatum.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/expandedrecord.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/float.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/format_type.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/formatting.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/genfile.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/geo_ops.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/geo_selfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/geo_spgist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/inet_cidr_ntop.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/inet_net_pton.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/int.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/int8.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/json.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/jsonb.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/jsonb_gin.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/jsonb_op.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/jsonb_util.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/jsonbsubs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/jsonfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/jsonpath.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/jsonpath_exec.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/jsonpath_gram.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/like.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/like_support.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/lockfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/mac.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/mac8.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/mcxtfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/misc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/multirangetypes.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/multirangetypes_selfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/name.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/network.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/network_gist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/network_selfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/network_spgist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/numeric.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/numutils.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/oid.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/oracle_compat.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/orderedsetaggs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/partitionfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/pg_locale.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/pg_lsn.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/pg_upgrade_support.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/pgstatfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/pseudotypes.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/quote.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/rangetypes.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/rangetypes_gist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/rangetypes_selfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/rangetypes_spgist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/rangetypes_typanalyze.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/regexp.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/regproc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/ri_triggers.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/rowtypes.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/ruleutils.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/selfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tid.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/timestamp.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/trigfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsginidx.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsgistidx.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsquery.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsquery_cleanup.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsquery_gist.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsquery_op.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsquery_rewrite.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsquery_util.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsrank.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsvector.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsvector_op.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/tsvector_parser.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/uuid.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/varbit.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/varchar.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/varlena.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/version.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/windowfuncs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/xid.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/xid8funcs.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/adt/xml.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/attoptcache.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/catcache.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/evtcache.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/inval.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/lsyscache.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/partcache.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/plancache.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/relcache.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/relfilenodemap.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/relmapper.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/spccache.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/syscache.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/ts_cache.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/cache/typcache.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/error/assert.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/error/elog.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/fmgr/dfmgr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/fmgr/fmgr.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/fmgr/funcapi.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/fmgrtab.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/hash/dynahash.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/hash/pg_crc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/init/globals.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/init/miscinit.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/init/postinit.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mb/conv.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mb/mbutils.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mb/stringinfo_mb.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mb/wstrcmp.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mb/wstrncmp.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/guc.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/help_config.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/pg_config.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/pg_controldata.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/pg_rusage.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/ps_status.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/queryenvironment.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/queryjumble.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/rls.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/sampling.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/superuser.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/timeout.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/misc/tzparser.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mmgr/aset.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mmgr/dsa.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mmgr/freepage.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mmgr/generation.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mmgr/mcxt.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mmgr/memdebug.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mmgr/portalmem.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/mmgr/slab.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/resowner/resowner.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/sort/logtape.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/sort/sharedtuplestore.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/sort/sortsupport.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/sort/tuplesort.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/sort/tuplestore.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/time/combocid.bc -%%LLVM%%lib/postgresql/bitcode/postgres/utils/time/snapmgr.bc -%%LLVM%%lib/postgresql/llvmjit.so -%%LLVM%%lib/postgresql/llvmjit_types.bc +bin/initdb%%PG_VERS%% +bin/pg_archivecleanup%%PG_VERS%% +bin/pg_basebackup%%PG_VERS%% +bin/pg_checksums%%PG_VERS%% +bin/pg_controldata%%PG_VERS%% +bin/pg_ctl%%PG_VERS%% +bin/pg_receivewal%%PG_VERS%% +bin/pg_recvlogical%%PG_VERS%% +bin/pg_resetwal%%PG_VERS%% +bin/pg_rewind%%PG_VERS%% +bin/pg_test_fsync%%PG_VERS%% +bin/pg_test_timing%%PG_VERS%% +bin/pg_upgrade%%PG_VERS%% +bin/pg_waldump%%PG_VERS%% +bin/postgres%%PG_VERS%% +bin/postmaster%%PG_VERS%% +etc/periodic/daily/502.pgsql%%PG_VERS%% +%%PG_INCDIR%%/server/plpgsql.h +%%PG_LIBDIR%%/libpgcommon.a +%%PG_LIBDIR%%/libpgcommon_shlib.a +%%PG_LIBDIR%%/cyrillic_and_mic.so +%%PG_LIBDIR%%/dict_snowball.so +%%PG_LIBDIR%%/euc2004_sjis2004.so +%%PG_LIBDIR%%/euc_cn_and_mic.so +%%PG_LIBDIR%%/euc_jp_and_sjis.so +%%PG_LIBDIR%%/euc_kr_and_mic.so +%%PG_LIBDIR%%/euc_tw_and_big5.so +%%PG_LIBDIR%%/latin2_and_win1250.so +%%PG_LIBDIR%%/latin_and_mic.so +%%PG_LIBDIR%%/libpqwalreceiver.so +%%PG_LIBDIR%%/pgoutput.so +%%PG_LIBDIR%%/plpgsql.so +%%PG_LIBDIR%%/utf8_and_big5.so +%%PG_LIBDIR%%/utf8_and_cyrillic.so +%%PG_LIBDIR%%/utf8_and_euc2004.so +%%PG_LIBDIR%%/utf8_and_euc_cn.so +%%PG_LIBDIR%%/utf8_and_euc_jp.so +%%PG_LIBDIR%%/utf8_and_euc_kr.so +%%PG_LIBDIR%%/utf8_and_euc_tw.so +%%PG_LIBDIR%%/utf8_and_gb18030.so +%%PG_LIBDIR%%/utf8_and_gbk.so +%%PG_LIBDIR%%/utf8_and_iso8859.so +%%PG_LIBDIR%%/utf8_and_iso8859_1.so +%%PG_LIBDIR%%/utf8_and_johab.so +%%PG_LIBDIR%%/utf8_and_sjis.so +%%PG_LIBDIR%%/utf8_and_sjis2004.so +%%PG_LIBDIR%%/utf8_and_uhc.so +%%PG_LIBDIR%%/utf8_and_win.so +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres.index.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/brin/brin.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/brin/brin_bloom.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/brin/brin_inclusion.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/brin/brin_minmax.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/brin/brin_minmax_multi.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/brin/brin_pageops.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/brin/brin_revmap.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/brin/brin_tuple.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/brin/brin_validate.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/brin/brin_xlog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/attmap.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/bufmask.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/detoast.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/heaptuple.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/indextuple.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/printsimple.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/printtup.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/relation.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/reloptions.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/scankey.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/session.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/syncscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/toast_compression.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/toast_internals.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/tupconvert.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/common/tupdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginarrayproc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginbtree.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginbulk.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/gindatapage.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginentrypage.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginfast.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginget.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/gininsert.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginlogic.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginpostinglist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginutil.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginvacuum.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginvalidate.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gin/ginxlog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gist/gist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gist/gistbuild.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gist/gistbuildbuffers.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gist/gistget.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gist/gistproc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gist/gistscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gist/gistsplit.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gist/gistutil.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gist/gistvacuum.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gist/gistvalidate.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/gist/gistxlog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/hash/hash.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/hash/hash_xlog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/hash/hashfunc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/hash/hashinsert.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/hash/hashovfl.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/hash/hashpage.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/hash/hashsearch.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/hash/hashsort.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/hash/hashutil.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/hash/hashvalidate.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/heap/heapam.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/heap/heapam_handler.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/heap/heapam_visibility.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/heap/heaptoast.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/heap/hio.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/heap/pruneheap.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/heap/rewriteheap.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/heap/vacuumlazy.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/heap/visibilitymap.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/index/amapi.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/index/amvalidate.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/index/genam.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/index/indexam.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/nbtree/nbtcompare.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/nbtree/nbtdedup.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/nbtree/nbtinsert.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/nbtree/nbtpage.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/nbtree/nbtree.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/nbtree/nbtsearch.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/nbtree/nbtsort.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/nbtree/nbtsplitloc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/nbtree/nbtutils.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/nbtree/nbtvalidate.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/nbtree/nbtxlog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/brindesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/clogdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/committsdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/dbasedesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/genericdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/gindesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/gistdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/hashdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/heapdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/logicalmsgdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/mxactdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/nbtdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/relmapdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/replorigindesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/seqdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/smgrdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/spgdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/standbydesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/tblspcdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/xactdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/rmgrdesc/xlogdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/spgist/spgdoinsert.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/spgist/spginsert.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/spgist/spgkdtreeproc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/spgist/spgproc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/spgist/spgquadtreeproc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/spgist/spgscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/spgist/spgtextproc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/spgist/spgutils.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/spgist/spgvacuum.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/spgist/spgvalidate.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/spgist/spgxlog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/table/table.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/table/tableam.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/table/tableamapi.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/table/toast_helper.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/tablesample/bernoulli.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/tablesample/system.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/tablesample/tablesample.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/clog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/commit_ts.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/generic_xlog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/multixact.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/parallel.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/rmgr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/slru.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/subtrans.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/timeline.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/transam.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/twophase.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/twophase_rmgr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/varsup.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/xact.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/xlog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/xlogarchive.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/xlogfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/xloginsert.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/xlogreader.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/access/transam/xlogutils.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/bootstrap/bootparse.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/bootstrap/bootstrap.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/aclchk.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/catalog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/dependency.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/heap.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/index.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/indexing.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/namespace.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/objectaccess.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/objectaddress.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/partition.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_aggregate.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_cast.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_collation.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_constraint.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_conversion.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_db_role_setting.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_depend.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_enum.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_inherits.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_largeobject.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_namespace.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_operator.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_proc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_publication.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_range.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_shdepend.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_subscription.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/pg_type.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/storage.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/catalog/toasting.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/aggregatecmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/alter.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/amcmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/analyze.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/async.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/cluster.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/collationcmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/comment.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/constraint.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/conversioncmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/copy.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/copyfrom.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/copyfromparse.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/copyto.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/createas.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/dbcommands.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/define.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/discard.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/dropcmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/event_trigger.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/explain.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/extension.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/foreigncmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/functioncmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/indexcmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/lockcmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/matview.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/opclasscmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/operatorcmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/policy.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/portalcmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/prepare.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/proclang.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/publicationcmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/schemacmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/seclabel.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/sequence.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/statscmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/subscriptioncmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/tablecmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/tablespace.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/trigger.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/tsearchcmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/typecmds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/user.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/vacuum.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/variable.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/commands/view.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execAmi.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execAsync.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execCurrent.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execExpr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execExprInterp.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execGrouping.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execIndexing.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execJunk.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execMain.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execParallel.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execPartition.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execProcnode.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execReplication.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execSRF.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execScan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execTuples.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/execUtils.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/functions.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/instrument.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeAgg.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeAppend.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeBitmapAnd.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeBitmapHeapscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeBitmapIndexscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeBitmapOr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeCtescan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeCustom.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeForeignscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeFunctionscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeGather.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeGatherMerge.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeGroup.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeHash.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeHashjoin.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeIncrementalSort.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeIndexonlyscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeIndexscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeLimit.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeLockRows.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeMaterial.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeMergeAppend.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeMergejoin.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeModifyTable.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeNamedtuplestorescan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeNestloop.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeProjectSet.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeRecursiveunion.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeResult.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeMemoize.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeSamplescan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeSeqscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeSetOp.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeSort.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeSubplan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeSubqueryscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeTableFuncscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeTidrangescan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeTidscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeUnique.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeValuesscan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeWindowAgg.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/nodeWorktablescan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/spi.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/tqueue.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/executor/tstoreReceiver.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/foreign/foreign.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/jit/jit.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/lib/binaryheap.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/lib/bipartite_match.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/lib/bloomfilter.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/lib/dshash.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/lib/hyperloglog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/lib/ilist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/lib/integerset.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/lib/knapsack.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/lib/pairingheap.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/lib/rbtree.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/auth-scram.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/auth.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/be-fsstubs.bc +%%LLVM%%%%GSSAPI%%%%PG_LIBDIR%%/bitcode/postgres/libpq/be-gssapi-common.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/be-secure-common.bc +%%LLVM%%%%GSSAPI%%%%PG_LIBDIR%%/bitcode/postgres/libpq/be-secure-gssapi.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/be-secure.bc +%%LLVM%%%%SSL%%%%PG_LIBDIR%%/bitcode/postgres/libpq/be-secure-openssl.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/crypt.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/hba.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/ifaddr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/pqcomm.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/pqformat.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/pqmq.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/libpq/pqsignal.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/main/main.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/bitmapset.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/copyfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/equalfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/extensible.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/list.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/makefuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/nodeFuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/nodes.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/outfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/params.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/print.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/read.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/readfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/tidbitmap.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/nodes/value.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_copy.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_cx.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_erx.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_eval.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_main.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_misc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_mutation.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_ox1.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_ox2.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_pmx.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_pool.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_px.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_random.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_recombination.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/geqo/geqo_selection.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/path/allpaths.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/path/clausesel.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/path/costsize.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/path/equivclass.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/path/indxpath.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/path/joinpath.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/path/joinrels.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/path/pathkeys.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/path/tidpath.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/plan/analyzejoins.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/plan/createplan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/plan/initsplan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/plan/planagg.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/plan/planmain.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/plan/planner.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/plan/setrefs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/plan/subselect.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/prep/prepagg.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/prep/prepjointree.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/prep/prepqual.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/prep/preptlist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/prep/prepunion.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/appendinfo.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/clauses.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/inherit.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/joininfo.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/orclauses.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/paramassign.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/pathnode.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/placeholder.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/plancat.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/predtest.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/relnode.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/restrictinfo.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/tlist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/optimizer/util/var.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/analyze.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/gram.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_agg.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_clause.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_coerce.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_collate.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_cte.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_enr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_expr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_func.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_node.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_oper.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_param.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_relation.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_target.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_type.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parse_utilcmd.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/parser.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/scan.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/parser/scansup.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/partitioning/partbounds.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/partitioning/partdesc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/partitioning/partprune.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/port/atomics.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/port/pg_sema.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/port/pg_shmem.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/autovacuum.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/bgworker.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/bgwriter.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/checkpointer.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/fork_process.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/interrupt.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/pgarch.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/pgstat.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/postmaster.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/startup.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/syslogger.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/postmaster/walwriter.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/regex/regcomp.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/regex/regerror.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/regex/regexec.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/regex/regexport.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/regex/regfree.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/regex/regprefix.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/backup_manifest.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/basebackup.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/decode.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/launcher.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/logical.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/logicalfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/message.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/origin.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/proto.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/relation.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/reorderbuffer.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/snapbuild.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/tablesync.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/logical/worker.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/repl_gram.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/slot.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/slotfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/syncrep.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/syncrep_gram.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/walreceiver.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/walreceiverfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/replication/walsender.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/rewrite/rewriteDefine.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/rewrite/rewriteHandler.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/rewrite/rewriteManip.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/rewrite/rewriteRemove.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/rewrite/rewriteSearchCycle.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/rewrite/rewriteSupport.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/rewrite/rowsecurity.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/statistics/dependencies.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/statistics/extended_stats.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/statistics/mcv.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/statistics/mvdistinct.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/buffer/buf_init.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/buffer/buf_table.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/buffer/bufmgr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/buffer/freelist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/buffer/localbuf.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/file/buffile.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/file/copydir.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/file/fd.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/file/reinit.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/file/sharedfileset.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/freespace/freespace.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/freespace/fsmpage.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/freespace/indexfsm.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/barrier.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/dsm.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/dsm_impl.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/ipc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/ipci.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/latch.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/pmsignal.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/procarray.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/procsignal.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/shm_mq.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/shm_toc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/shmem.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/shmqueue.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/signalfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/sinval.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/sinvaladt.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/ipc/standby.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/large_object/inv_api.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/lmgr/condition_variable.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/lmgr/deadlock.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/lmgr/lmgr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/lmgr/lock.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/lmgr/lwlock.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/lmgr/lwlocknames.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/lmgr/predicate.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/lmgr/proc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/lmgr/s_lock.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/lmgr/spin.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/page/bufpage.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/page/checksum.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/page/itemptr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/smgr/md.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/smgr/smgr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/storage/sync/sync.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tcop/cmdtag.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tcop/dest.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tcop/fastpath.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tcop/postgres.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tcop/pquery.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tcop/utility.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/dict.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/dict_ispell.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/dict_simple.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/dict_synonym.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/dict_thesaurus.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/regis.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/spell.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/to_tsany.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/ts_locale.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/ts_parse.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/ts_selfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/ts_typanalyze.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/ts_utils.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/wparser.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/tsearch/wparser_def.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/activity/backend_progress.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/activity/backend_status.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/activity/wait_event.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/acl.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/amutils.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/array_expanded.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/array_selfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/array_typanalyze.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/array_userfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/arrayfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/arraysubs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/arrayutils.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/ascii.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/bool.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/cash.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/char.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/cryptohashfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/date.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/datetime.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/datum.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/dbsize.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/domains.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/encode.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/enum.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/expandeddatum.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/expandedrecord.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/float.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/format_type.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/formatting.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/genfile.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/geo_ops.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/geo_selfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/geo_spgist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/inet_cidr_ntop.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/inet_net_pton.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/int.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/int8.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/json.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/jsonb.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/jsonb_gin.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/jsonb_op.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/jsonb_util.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/jsonbsubs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/jsonfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/jsonpath.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/jsonpath_exec.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/jsonpath_gram.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/like.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/like_support.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/lockfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/mac.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/mac8.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/mcxtfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/misc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/multirangetypes.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/multirangetypes_selfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/name.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/network.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/network_gist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/network_selfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/network_spgist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/numeric.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/numutils.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/oid.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/oracle_compat.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/orderedsetaggs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/partitionfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/pg_locale.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/pg_lsn.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/pg_upgrade_support.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/pgstatfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/pseudotypes.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/quote.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/rangetypes.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/rangetypes_gist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/rangetypes_selfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/rangetypes_spgist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/rangetypes_typanalyze.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/regexp.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/regproc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/ri_triggers.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/rowtypes.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/ruleutils.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/selfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tid.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/timestamp.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/trigfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsginidx.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsgistidx.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsquery.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsquery_cleanup.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsquery_gist.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsquery_op.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsquery_rewrite.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsquery_util.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsrank.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsvector.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsvector_op.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/tsvector_parser.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/uuid.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/varbit.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/varchar.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/varlena.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/version.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/windowfuncs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/xid.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/xid8funcs.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/adt/xml.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/attoptcache.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/catcache.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/evtcache.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/inval.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/lsyscache.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/partcache.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/plancache.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/relcache.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/relfilenodemap.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/relmapper.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/spccache.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/syscache.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/ts_cache.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/cache/typcache.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/error/assert.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/error/elog.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/fmgr/dfmgr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/fmgr/fmgr.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/fmgr/funcapi.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/fmgrtab.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/hash/dynahash.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/hash/pg_crc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/init/globals.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/init/miscinit.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/init/postinit.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mb/conv.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mb/mbutils.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mb/stringinfo_mb.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mb/wstrcmp.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mb/wstrncmp.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/guc.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/help_config.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/pg_config.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/pg_controldata.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/pg_rusage.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/ps_status.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/queryenvironment.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/queryjumble.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/rls.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/sampling.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/superuser.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/timeout.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/misc/tzparser.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mmgr/aset.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mmgr/dsa.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mmgr/freepage.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mmgr/generation.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mmgr/mcxt.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mmgr/memdebug.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mmgr/portalmem.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/mmgr/slab.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/resowner/resowner.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/sort/logtape.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/sort/sharedtuplestore.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/sort/sortsupport.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/sort/tuplesort.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/sort/tuplestore.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/time/combocid.bc +%%LLVM%%%%PG_LIBDIR%%/bitcode/postgres/utils/time/snapmgr.bc +%%LLVM%%%%PG_LIBDIR%%/llvmjit.so +%%LLVM%%%%PG_LIBDIR%%/llvmjit_types.bc %%PORTDOCS%%%%DOCSDIR%%/README-server %%DATADIR%%/errcodes.txt %%DATADIR%%/extension/plpgsql--1.0.sql @@ -759,172 +759,172 @@ %%DATADIR%%/system_constraints.sql %%DATADIR%%/system_functions.sql %%DATADIR%%/system_views.sql -%%NLS%%share/locale/cs/LC_MESSAGES/initdb-14.mo -%%NLS%%share/locale/cs/LC_MESSAGES/pg_archivecleanup-14.mo -%%NLS%%share/locale/cs/LC_MESSAGES/pg_basebackup-14.mo -%%NLS%%share/locale/cs/LC_MESSAGES/pg_checksums-14.mo -%%NLS%%share/locale/cs/LC_MESSAGES/pg_controldata-14.mo -%%NLS%%share/locale/cs/LC_MESSAGES/pg_ctl-14.mo -%%NLS%%share/locale/cs/LC_MESSAGES/pg_resetwal-14.mo -%%NLS%%share/locale/cs/LC_MESSAGES/pg_rewind-14.mo -%%NLS%%share/locale/cs/LC_MESSAGES/pg_test_fsync-14.mo -%%NLS%%share/locale/cs/LC_MESSAGES/pg_upgrade-14.mo -%%NLS%%share/locale/cs/LC_MESSAGES/pg_waldump-14.mo -%%NLS%%share/locale/cs/LC_MESSAGES/plpgsql-14.mo -%%NLS%%share/locale/de/LC_MESSAGES/initdb-14.mo -%%NLS%%share/locale/de/LC_MESSAGES/pg_archivecleanup-14.mo -%%NLS%%share/locale/de/LC_MESSAGES/pg_basebackup-14.mo -%%NLS%%share/locale/de/LC_MESSAGES/pg_checksums-14.mo -%%NLS%%share/locale/de/LC_MESSAGES/pg_controldata-14.mo -%%NLS%%share/locale/de/LC_MESSAGES/pg_ctl-14.mo -%%NLS%%share/locale/de/LC_MESSAGES/pg_resetwal-14.mo -%%NLS%%share/locale/de/LC_MESSAGES/pg_rewind-14.mo -%%NLS%%share/locale/de/LC_MESSAGES/pg_test_fsync-14.mo -%%NLS%%share/locale/de/LC_MESSAGES/pg_test_timing-14.mo -%%NLS%%share/locale/de/LC_MESSAGES/pg_upgrade-14.mo -%%NLS%%share/locale/de/LC_MESSAGES/pg_waldump-14.mo -%%NLS%%share/locale/de/LC_MESSAGES/plpgsql-14.mo -%%NLS%%share/locale/de/LC_MESSAGES/postgres-14.mo -%%NLS%%share/locale/el/LC_MESSAGES/initdb-14.mo -%%NLS%%share/locale/el/LC_MESSAGES/pg_archivecleanup-14.mo -%%NLS%%share/locale/el/LC_MESSAGES/pg_checksums-14.mo -%%NLS%%share/locale/el/LC_MESSAGES/pg_controldata-14.mo -%%NLS%%share/locale/el/LC_MESSAGES/pg_ctl-14.mo -%%NLS%%share/locale/el/LC_MESSAGES/pg_resetwal-14.mo -%%NLS%%share/locale/el/LC_MESSAGES/pg_rewind-14.mo -%%NLS%%share/locale/el/LC_MESSAGES/pg_test_fsync-14.mo -%%NLS%%share/locale/el/LC_MESSAGES/pg_test_timing-14.mo -%%NLS%%share/locale/el/LC_MESSAGES/pg_waldump-14.mo -%%NLS%%share/locale/el/LC_MESSAGES/plpgsql-14.mo -%%NLS%%share/locale/es/LC_MESSAGES/initdb-14.mo -%%NLS%%share/locale/es/LC_MESSAGES/pg_archivecleanup-14.mo -%%NLS%%share/locale/es/LC_MESSAGES/pg_basebackup-14.mo -%%NLS%%share/locale/es/LC_MESSAGES/pg_checksums-14.mo -%%NLS%%share/locale/es/LC_MESSAGES/pg_controldata-14.mo -%%NLS%%share/locale/es/LC_MESSAGES/pg_ctl-14.mo -%%NLS%%share/locale/es/LC_MESSAGES/pg_resetwal-14.mo -%%NLS%%share/locale/es/LC_MESSAGES/pg_rewind-14.mo -%%NLS%%share/locale/es/LC_MESSAGES/pg_test_fsync-14.mo -%%NLS%%share/locale/es/LC_MESSAGES/pg_test_timing-14.mo -%%NLS%%share/locale/es/LC_MESSAGES/pg_upgrade-14.mo -%%NLS%%share/locale/es/LC_MESSAGES/pg_waldump-14.mo -%%NLS%%share/locale/es/LC_MESSAGES/plpgsql-14.mo -%%NLS%%share/locale/es/LC_MESSAGES/postgres-14.mo -%%NLS%%share/locale/fr/LC_MESSAGES/initdb-14.mo -%%NLS%%share/locale/fr/LC_MESSAGES/pg_archivecleanup-14.mo -%%NLS%%share/locale/fr/LC_MESSAGES/pg_basebackup-14.mo -%%NLS%%share/locale/fr/LC_MESSAGES/pg_checksums-14.mo -%%NLS%%share/locale/fr/LC_MESSAGES/pg_controldata-14.mo -%%NLS%%share/locale/fr/LC_MESSAGES/pg_ctl-14.mo -%%NLS%%share/locale/fr/LC_MESSAGES/pg_resetwal-14.mo -%%NLS%%share/locale/fr/LC_MESSAGES/pg_rewind-14.mo -%%NLS%%share/locale/fr/LC_MESSAGES/pg_test_fsync-14.mo -%%NLS%%share/locale/fr/LC_MESSAGES/pg_test_timing-14.mo -%%NLS%%share/locale/fr/LC_MESSAGES/pg_upgrade-14.mo -%%NLS%%share/locale/fr/LC_MESSAGES/pg_waldump-14.mo -%%NLS%%share/locale/fr/LC_MESSAGES/plpgsql-14.mo -%%NLS%%share/locale/fr/LC_MESSAGES/postgres-14.mo -%%NLS%%share/locale/it/LC_MESSAGES/pg_controldata-14.mo -%%NLS%%share/locale/it/LC_MESSAGES/pg_ctl-14.mo -%%NLS%%share/locale/it/LC_MESSAGES/plpgsql-14.mo -%%NLS%%share/locale/it/LC_MESSAGES/postgres-14.mo -%%NLS%%share/locale/ja/LC_MESSAGES/initdb-14.mo -%%NLS%%share/locale/ja/LC_MESSAGES/pg_archivecleanup-14.mo -%%NLS%%share/locale/ja/LC_MESSAGES/pg_basebackup-14.mo -%%NLS%%share/locale/ja/LC_MESSAGES/pg_checksums-14.mo -%%NLS%%share/locale/ja/LC_MESSAGES/pg_controldata-14.mo -%%NLS%%share/locale/ja/LC_MESSAGES/pg_ctl-14.mo -%%NLS%%share/locale/ja/LC_MESSAGES/pg_resetwal-14.mo -%%NLS%%share/locale/ja/LC_MESSAGES/pg_rewind-14.mo -%%NLS%%share/locale/ja/LC_MESSAGES/pg_test_fsync-14.mo -%%NLS%%share/locale/ja/LC_MESSAGES/pg_test_timing-14.mo -%%NLS%%share/locale/ja/LC_MESSAGES/pg_upgrade-14.mo -%%NLS%%share/locale/ja/LC_MESSAGES/pg_waldump-14.mo -%%NLS%%share/locale/ja/LC_MESSAGES/plpgsql-14.mo -%%NLS%%share/locale/ja/LC_MESSAGES/postgres-14.mo -%%NLS%%share/locale/ko/LC_MESSAGES/initdb-14.mo -%%NLS%%share/locale/ko/LC_MESSAGES/pg_archivecleanup-14.mo -%%NLS%%share/locale/ko/LC_MESSAGES/pg_basebackup-14.mo -%%NLS%%share/locale/ko/LC_MESSAGES/pg_checksums-14.mo -%%NLS%%share/locale/ko/LC_MESSAGES/pg_controldata-14.mo -%%NLS%%share/locale/ko/LC_MESSAGES/pg_ctl-14.mo -%%NLS%%share/locale/ko/LC_MESSAGES/pg_resetwal-14.mo -%%NLS%%share/locale/ko/LC_MESSAGES/pg_test_fsync-14.mo -%%NLS%%share/locale/ko/LC_MESSAGES/pg_upgrade-14.mo -%%NLS%%share/locale/ko/LC_MESSAGES/pg_waldump-14.mo -%%NLS%%share/locale/ko/LC_MESSAGES/plpgsql-14.mo -%%NLS%%share/locale/ko/LC_MESSAGES/postgres-14.mo -%%NLS%%share/locale/pl/LC_MESSAGES/pg_test_fsync-14.mo -%%NLS%%share/locale/pl/LC_MESSAGES/plpgsql-14.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/plpgsql-14.mo -%%NLS%%share/locale/ru/LC_MESSAGES/initdb-14.mo -%%NLS%%share/locale/ru/LC_MESSAGES/pg_archivecleanup-14.mo -%%NLS%%share/locale/ru/LC_MESSAGES/pg_basebackup-14.mo -%%NLS%%share/locale/ru/LC_MESSAGES/pg_checksums-14.mo -%%NLS%%share/locale/ru/LC_MESSAGES/pg_controldata-14.mo -%%NLS%%share/locale/ru/LC_MESSAGES/pg_ctl-14.mo -%%NLS%%share/locale/ru/LC_MESSAGES/pg_resetwal-14.mo -%%NLS%%share/locale/ru/LC_MESSAGES/pg_rewind-14.mo -%%NLS%%share/locale/ru/LC_MESSAGES/pg_test_fsync-14.mo -%%NLS%%share/locale/ru/LC_MESSAGES/pg_test_timing-14.mo -%%NLS%%share/locale/ru/LC_MESSAGES/pg_upgrade-14.mo -%%NLS%%share/locale/ru/LC_MESSAGES/pg_waldump-14.mo -%%NLS%%share/locale/ru/LC_MESSAGES/plpgsql-14.mo -%%NLS%%share/locale/ru/LC_MESSAGES/postgres-14.mo -%%NLS%%share/locale/sv/LC_MESSAGES/initdb-14.mo -%%NLS%%share/locale/sv/LC_MESSAGES/pg_archivecleanup-14.mo -%%NLS%%share/locale/sv/LC_MESSAGES/pg_basebackup-14.mo -%%NLS%%share/locale/sv/LC_MESSAGES/pg_checksums-14.mo -%%NLS%%share/locale/sv/LC_MESSAGES/pg_controldata-14.mo -%%NLS%%share/locale/sv/LC_MESSAGES/pg_ctl-14.mo -%%NLS%%share/locale/sv/LC_MESSAGES/pg_resetwal-14.mo -%%NLS%%share/locale/sv/LC_MESSAGES/pg_rewind-14.mo -%%NLS%%share/locale/sv/LC_MESSAGES/pg_test_fsync-14.mo -%%NLS%%share/locale/sv/LC_MESSAGES/pg_upgrade-14.mo -%%NLS%%share/locale/sv/LC_MESSAGES/pg_waldump-14.mo -%%NLS%%share/locale/sv/LC_MESSAGES/plpgsql-14.mo -%%NLS%%share/locale/sv/LC_MESSAGES/postgres-14.mo -%%NLS%%share/locale/tr/LC_MESSAGES/initdb-14.mo -%%NLS%%share/locale/tr/LC_MESSAGES/pg_archivecleanup-14.mo -%%NLS%%share/locale/tr/LC_MESSAGES/pg_basebackup-14.mo -%%NLS%%share/locale/tr/LC_MESSAGES/pg_checksums-14.mo -%%NLS%%share/locale/tr/LC_MESSAGES/pg_controldata-14.mo -%%NLS%%share/locale/tr/LC_MESSAGES/pg_ctl-14.mo -%%NLS%%share/locale/tr/LC_MESSAGES/pg_resetwal-14.mo -%%NLS%%share/locale/tr/LC_MESSAGES/pg_test_fsync-14.mo -%%NLS%%share/locale/tr/LC_MESSAGES/pg_upgrade-14.mo -%%NLS%%share/locale/tr/LC_MESSAGES/pg_waldump-14.mo -%%NLS%%share/locale/tr/LC_MESSAGES/plpgsql-14.mo -%%NLS%%share/locale/uk/LC_MESSAGES/initdb-14.mo -%%NLS%%share/locale/uk/LC_MESSAGES/pg_archivecleanup-14.mo -%%NLS%%share/locale/uk/LC_MESSAGES/pg_basebackup-14.mo -%%NLS%%share/locale/uk/LC_MESSAGES/pg_checksums-14.mo -%%NLS%%share/locale/uk/LC_MESSAGES/pg_controldata-14.mo -%%NLS%%share/locale/uk/LC_MESSAGES/pg_ctl-14.mo -%%NLS%%share/locale/uk/LC_MESSAGES/pg_resetwal-14.mo -%%NLS%%share/locale/uk/LC_MESSAGES/pg_rewind-14.mo -%%NLS%%share/locale/uk/LC_MESSAGES/pg_test_fsync-14.mo -%%NLS%%share/locale/uk/LC_MESSAGES/pg_test_timing-14.mo -%%NLS%%share/locale/uk/LC_MESSAGES/pg_upgrade-14.mo -%%NLS%%share/locale/uk/LC_MESSAGES/pg_waldump-14.mo -%%NLS%%share/locale/uk/LC_MESSAGES/plpgsql-14.mo -%%NLS%%share/locale/uk/LC_MESSAGES/postgres-14.mo -%%NLS%%share/locale/vi/LC_MESSAGES/pg_test_fsync-14.mo -%%NLS%%share/locale/vi/LC_MESSAGES/plpgsql-14.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/initdb-14.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_archivecleanup-14.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_basebackup-14.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_checksums-14.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_controldata-14.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_ctl-14.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_resetwal-14.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_rewind-14.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_test_fsync-14.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_test_timing-14.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_upgrade-14.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_waldump-14.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/plpgsql-14.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/postgres-14.mo +%%NLS%%share/locale/cs/LC_MESSAGES/initdb-%%PG_VERS%%.mo +%%NLS%%share/locale/cs/LC_MESSAGES/pg_archivecleanup-%%PG_VERS%%.mo +%%NLS%%share/locale/cs/LC_MESSAGES/pg_basebackup-%%PG_VERS%%.mo +%%NLS%%share/locale/cs/LC_MESSAGES/pg_checksums-%%PG_VERS%%.mo +%%NLS%%share/locale/cs/LC_MESSAGES/pg_controldata-%%PG_VERS%%.mo +%%NLS%%share/locale/cs/LC_MESSAGES/pg_ctl-%%PG_VERS%%.mo +%%NLS%%share/locale/cs/LC_MESSAGES/pg_resetwal-%%PG_VERS%%.mo +%%NLS%%share/locale/cs/LC_MESSAGES/pg_rewind-%%PG_VERS%%.mo +%%NLS%%share/locale/cs/LC_MESSAGES/pg_test_fsync-%%PG_VERS%%.mo +%%NLS%%share/locale/cs/LC_MESSAGES/pg_upgrade-%%PG_VERS%%.mo +%%NLS%%share/locale/cs/LC_MESSAGES/pg_waldump-%%PG_VERS%%.mo +%%NLS%%share/locale/cs/LC_MESSAGES/plpgsql-%%PG_VERS%%.mo +%%NLS%%share/locale/de/LC_MESSAGES/initdb-%%PG_VERS%%.mo +%%NLS%%share/locale/de/LC_MESSAGES/pg_archivecleanup-%%PG_VERS%%.mo +%%NLS%%share/locale/de/LC_MESSAGES/pg_basebackup-%%PG_VERS%%.mo +%%NLS%%share/locale/de/LC_MESSAGES/pg_checksums-%%PG_VERS%%.mo +%%NLS%%share/locale/de/LC_MESSAGES/pg_controldata-%%PG_VERS%%.mo +%%NLS%%share/locale/de/LC_MESSAGES/pg_ctl-%%PG_VERS%%.mo +%%NLS%%share/locale/de/LC_MESSAGES/pg_resetwal-%%PG_VERS%%.mo +%%NLS%%share/locale/de/LC_MESSAGES/pg_rewind-%%PG_VERS%%.mo +%%NLS%%share/locale/de/LC_MESSAGES/pg_test_fsync-%%PG_VERS%%.mo +%%NLS%%share/locale/de/LC_MESSAGES/pg_test_timing-%%PG_VERS%%.mo +%%NLS%%share/locale/de/LC_MESSAGES/pg_upgrade-%%PG_VERS%%.mo +%%NLS%%share/locale/de/LC_MESSAGES/pg_waldump-%%PG_VERS%%.mo +%%NLS%%share/locale/de/LC_MESSAGES/plpgsql-%%PG_VERS%%.mo +%%NLS%%share/locale/de/LC_MESSAGES/postgres-%%PG_VERS%%.mo +%%NLS%%share/locale/el/LC_MESSAGES/initdb-%%PG_VERS%%.mo +%%NLS%%share/locale/el/LC_MESSAGES/pg_archivecleanup-%%PG_VERS%%.mo +%%NLS%%share/locale/el/LC_MESSAGES/pg_checksums-%%PG_VERS%%.mo +%%NLS%%share/locale/el/LC_MESSAGES/pg_controldata-%%PG_VERS%%.mo +%%NLS%%share/locale/el/LC_MESSAGES/pg_ctl-%%PG_VERS%%.mo +%%NLS%%share/locale/el/LC_MESSAGES/pg_resetwal-%%PG_VERS%%.mo +%%NLS%%share/locale/el/LC_MESSAGES/pg_rewind-%%PG_VERS%%.mo +%%NLS%%share/locale/el/LC_MESSAGES/pg_test_fsync-%%PG_VERS%%.mo +%%NLS%%share/locale/el/LC_MESSAGES/pg_test_timing-%%PG_VERS%%.mo +%%NLS%%share/locale/el/LC_MESSAGES/pg_waldump-%%PG_VERS%%.mo +%%NLS%%share/locale/el/LC_MESSAGES/plpgsql-%%PG_VERS%%.mo +%%NLS%%share/locale/es/LC_MESSAGES/initdb-%%PG_VERS%%.mo +%%NLS%%share/locale/es/LC_MESSAGES/pg_archivecleanup-%%PG_VERS%%.mo +%%NLS%%share/locale/es/LC_MESSAGES/pg_basebackup-%%PG_VERS%%.mo +%%NLS%%share/locale/es/LC_MESSAGES/pg_checksums-%%PG_VERS%%.mo +%%NLS%%share/locale/es/LC_MESSAGES/pg_controldata-%%PG_VERS%%.mo +%%NLS%%share/locale/es/LC_MESSAGES/pg_ctl-%%PG_VERS%%.mo +%%NLS%%share/locale/es/LC_MESSAGES/pg_resetwal-%%PG_VERS%%.mo +%%NLS%%share/locale/es/LC_MESSAGES/pg_rewind-%%PG_VERS%%.mo +%%NLS%%share/locale/es/LC_MESSAGES/pg_test_fsync-%%PG_VERS%%.mo +%%NLS%%share/locale/es/LC_MESSAGES/pg_test_timing-%%PG_VERS%%.mo +%%NLS%%share/locale/es/LC_MESSAGES/pg_upgrade-%%PG_VERS%%.mo +%%NLS%%share/locale/es/LC_MESSAGES/pg_waldump-%%PG_VERS%%.mo +%%NLS%%share/locale/es/LC_MESSAGES/plpgsql-%%PG_VERS%%.mo +%%NLS%%share/locale/es/LC_MESSAGES/postgres-%%PG_VERS%%.mo +%%NLS%%share/locale/fr/LC_MESSAGES/initdb-%%PG_VERS%%.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pg_archivecleanup-%%PG_VERS%%.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pg_basebackup-%%PG_VERS%%.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pg_checksums-%%PG_VERS%%.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pg_controldata-%%PG_VERS%%.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pg_ctl-%%PG_VERS%%.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pg_resetwal-%%PG_VERS%%.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pg_rewind-%%PG_VERS%%.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pg_test_fsync-%%PG_VERS%%.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pg_test_timing-%%PG_VERS%%.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pg_upgrade-%%PG_VERS%%.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pg_waldump-%%PG_VERS%%.mo +%%NLS%%share/locale/fr/LC_MESSAGES/plpgsql-%%PG_VERS%%.mo +%%NLS%%share/locale/fr/LC_MESSAGES/postgres-%%PG_VERS%%.mo +%%NLS%%share/locale/it/LC_MESSAGES/pg_controldata-%%PG_VERS%%.mo +%%NLS%%share/locale/it/LC_MESSAGES/pg_ctl-%%PG_VERS%%.mo +%%NLS%%share/locale/it/LC_MESSAGES/plpgsql-%%PG_VERS%%.mo +%%NLS%%share/locale/it/LC_MESSAGES/postgres-%%PG_VERS%%.mo +%%NLS%%share/locale/ja/LC_MESSAGES/initdb-%%PG_VERS%%.mo +%%NLS%%share/locale/ja/LC_MESSAGES/pg_archivecleanup-%%PG_VERS%%.mo +%%NLS%%share/locale/ja/LC_MESSAGES/pg_basebackup-%%PG_VERS%%.mo +%%NLS%%share/locale/ja/LC_MESSAGES/pg_checksums-%%PG_VERS%%.mo +%%NLS%%share/locale/ja/LC_MESSAGES/pg_controldata-%%PG_VERS%%.mo +%%NLS%%share/locale/ja/LC_MESSAGES/pg_ctl-%%PG_VERS%%.mo +%%NLS%%share/locale/ja/LC_MESSAGES/pg_resetwal-%%PG_VERS%%.mo +%%NLS%%share/locale/ja/LC_MESSAGES/pg_rewind-%%PG_VERS%%.mo +%%NLS%%share/locale/ja/LC_MESSAGES/pg_test_fsync-%%PG_VERS%%.mo +%%NLS%%share/locale/ja/LC_MESSAGES/pg_test_timing-%%PG_VERS%%.mo +%%NLS%%share/locale/ja/LC_MESSAGES/pg_upgrade-%%PG_VERS%%.mo +%%NLS%%share/locale/ja/LC_MESSAGES/pg_waldump-%%PG_VERS%%.mo +%%NLS%%share/locale/ja/LC_MESSAGES/plpgsql-%%PG_VERS%%.mo +%%NLS%%share/locale/ja/LC_MESSAGES/postgres-%%PG_VERS%%.mo +%%NLS%%share/locale/ko/LC_MESSAGES/initdb-%%PG_VERS%%.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pg_archivecleanup-%%PG_VERS%%.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pg_basebackup-%%PG_VERS%%.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pg_checksums-%%PG_VERS%%.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pg_controldata-%%PG_VERS%%.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pg_ctl-%%PG_VERS%%.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pg_resetwal-%%PG_VERS%%.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pg_test_fsync-%%PG_VERS%%.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pg_upgrade-%%PG_VERS%%.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pg_waldump-%%PG_VERS%%.mo +%%NLS%%share/locale/ko/LC_MESSAGES/plpgsql-%%PG_VERS%%.mo +%%NLS%%share/locale/ko/LC_MESSAGES/postgres-%%PG_VERS%%.mo +%%NLS%%share/locale/pl/LC_MESSAGES/pg_test_fsync-%%PG_VERS%%.mo +%%NLS%%share/locale/pl/LC_MESSAGES/plpgsql-%%PG_VERS%%.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/plpgsql-%%PG_VERS%%.mo +%%NLS%%share/locale/ru/LC_MESSAGES/initdb-%%PG_VERS%%.mo +%%NLS%%share/locale/ru/LC_MESSAGES/pg_archivecleanup-%%PG_VERS%%.mo +%%NLS%%share/locale/ru/LC_MESSAGES/pg_basebackup-%%PG_VERS%%.mo +%%NLS%%share/locale/ru/LC_MESSAGES/pg_checksums-%%PG_VERS%%.mo +%%NLS%%share/locale/ru/LC_MESSAGES/pg_controldata-%%PG_VERS%%.mo +%%NLS%%share/locale/ru/LC_MESSAGES/pg_ctl-%%PG_VERS%%.mo +%%NLS%%share/locale/ru/LC_MESSAGES/pg_resetwal-%%PG_VERS%%.mo +%%NLS%%share/locale/ru/LC_MESSAGES/pg_rewind-%%PG_VERS%%.mo +%%NLS%%share/locale/ru/LC_MESSAGES/pg_test_fsync-%%PG_VERS%%.mo +%%NLS%%share/locale/ru/LC_MESSAGES/pg_test_timing-%%PG_VERS%%.mo +%%NLS%%share/locale/ru/LC_MESSAGES/pg_upgrade-%%PG_VERS%%.mo +%%NLS%%share/locale/ru/LC_MESSAGES/pg_waldump-%%PG_VERS%%.mo +%%NLS%%share/locale/ru/LC_MESSAGES/plpgsql-%%PG_VERS%%.mo +%%NLS%%share/locale/ru/LC_MESSAGES/postgres-%%PG_VERS%%.mo +%%NLS%%share/locale/sv/LC_MESSAGES/initdb-%%PG_VERS%%.mo +%%NLS%%share/locale/sv/LC_MESSAGES/pg_archivecleanup-%%PG_VERS%%.mo +%%NLS%%share/locale/sv/LC_MESSAGES/pg_basebackup-%%PG_VERS%%.mo +%%NLS%%share/locale/sv/LC_MESSAGES/pg_checksums-%%PG_VERS%%.mo +%%NLS%%share/locale/sv/LC_MESSAGES/pg_controldata-%%PG_VERS%%.mo +%%NLS%%share/locale/sv/LC_MESSAGES/pg_ctl-%%PG_VERS%%.mo +%%NLS%%share/locale/sv/LC_MESSAGES/pg_resetwal-%%PG_VERS%%.mo +%%NLS%%share/locale/sv/LC_MESSAGES/pg_rewind-%%PG_VERS%%.mo +%%NLS%%share/locale/sv/LC_MESSAGES/pg_test_fsync-%%PG_VERS%%.mo +%%NLS%%share/locale/sv/LC_MESSAGES/pg_upgrade-%%PG_VERS%%.mo +%%NLS%%share/locale/sv/LC_MESSAGES/pg_waldump-%%PG_VERS%%.mo +%%NLS%%share/locale/sv/LC_MESSAGES/plpgsql-%%PG_VERS%%.mo +%%NLS%%share/locale/sv/LC_MESSAGES/postgres-%%PG_VERS%%.mo +%%NLS%%share/locale/tr/LC_MESSAGES/initdb-%%PG_VERS%%.mo +%%NLS%%share/locale/tr/LC_MESSAGES/pg_archivecleanup-%%PG_VERS%%.mo +%%NLS%%share/locale/tr/LC_MESSAGES/pg_basebackup-%%PG_VERS%%.mo +%%NLS%%share/locale/tr/LC_MESSAGES/pg_checksums-%%PG_VERS%%.mo +%%NLS%%share/locale/tr/LC_MESSAGES/pg_controldata-%%PG_VERS%%.mo +%%NLS%%share/locale/tr/LC_MESSAGES/pg_ctl-%%PG_VERS%%.mo +%%NLS%%share/locale/tr/LC_MESSAGES/pg_resetwal-%%PG_VERS%%.mo +%%NLS%%share/locale/tr/LC_MESSAGES/pg_test_fsync-%%PG_VERS%%.mo +%%NLS%%share/locale/tr/LC_MESSAGES/pg_upgrade-%%PG_VERS%%.mo +%%NLS%%share/locale/tr/LC_MESSAGES/pg_waldump-%%PG_VERS%%.mo +%%NLS%%share/locale/tr/LC_MESSAGES/plpgsql-%%PG_VERS%%.mo +%%NLS%%share/locale/uk/LC_MESSAGES/initdb-%%PG_VERS%%.mo +%%NLS%%share/locale/uk/LC_MESSAGES/pg_archivecleanup-%%PG_VERS%%.mo +%%NLS%%share/locale/uk/LC_MESSAGES/pg_basebackup-%%PG_VERS%%.mo +%%NLS%%share/locale/uk/LC_MESSAGES/pg_checksums-%%PG_VERS%%.mo +%%NLS%%share/locale/uk/LC_MESSAGES/pg_controldata-%%PG_VERS%%.mo +%%NLS%%share/locale/uk/LC_MESSAGES/pg_ctl-%%PG_VERS%%.mo +%%NLS%%share/locale/uk/LC_MESSAGES/pg_resetwal-%%PG_VERS%%.mo +%%NLS%%share/locale/uk/LC_MESSAGES/pg_rewind-%%PG_VERS%%.mo +%%NLS%%share/locale/uk/LC_MESSAGES/pg_test_fsync-%%PG_VERS%%.mo +%%NLS%%share/locale/uk/LC_MESSAGES/pg_test_timing-%%PG_VERS%%.mo +%%NLS%%share/locale/uk/LC_MESSAGES/pg_upgrade-%%PG_VERS%%.mo +%%NLS%%share/locale/uk/LC_MESSAGES/pg_waldump-%%PG_VERS%%.mo +%%NLS%%share/locale/uk/LC_MESSAGES/plpgsql-%%PG_VERS%%.mo +%%NLS%%share/locale/uk/LC_MESSAGES/postgres-%%PG_VERS%%.mo +%%NLS%%share/locale/vi/LC_MESSAGES/pg_test_fsync-%%PG_VERS%%.mo +%%NLS%%share/locale/vi/LC_MESSAGES/plpgsql-%%PG_VERS%%.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/initdb-%%PG_VERS%%.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_archivecleanup-%%PG_VERS%%.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_basebackup-%%PG_VERS%%.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_checksums-%%PG_VERS%%.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_controldata-%%PG_VERS%%.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_ctl-%%PG_VERS%%.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_resetwal-%%PG_VERS%%.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_rewind-%%PG_VERS%%.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_test_fsync-%%PG_VERS%%.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_test_timing-%%PG_VERS%%.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_upgrade-%%PG_VERS%%.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_waldump-%%PG_VERS%%.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/plpgsql-%%PG_VERS%%.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/postgres-%%PG_VERS%%.mo %%TZDATA%%%%DATADIR%%/timezone/Africa/Abidjan %%TZDATA%%%%DATADIR%%/timezone/Africa/Accra %%TZDATA%%%%DATADIR%%/timezone/Africa/Addis_Ababa diff --git a/databases/postgresql96-server/files/postgresql.in b/databases/postgresql96-server/files/postgresql96.in rename from databases/postgresql96-server/files/postgresql.in rename to databases/postgresql96-server/files/postgresql96.in diff --git a/databases/postgresql96-server/pkg-plist-server b/databases/postgresql96-server/pkg-plist-server --- a/databases/postgresql96-server/pkg-plist-server +++ b/databases/postgresql96-server/pkg-plist-server @@ -1,50 +1,50 @@ -bin/initdb -bin/pg_controldata -bin/pg_ctl -bin/pg_receivexlog -bin/pg_resetxlog -bin/pg_recvlogical -bin/pg_archivecleanup -bin/pg_basebackup -bin/pg_rewind -bin/pg_test_fsync -bin/pg_test_timing -bin/pg_xlogdump -bin/pg_upgrade -bin/postgres -bin/postmaster -etc/periodic/daily/502.pgsql -include/postgresql/server/plpgsql.h -lib/postgresql/ascii_and_mic.so -lib/postgresql/cyrillic_and_mic.so -lib/postgresql/dict_snowball.so -lib/postgresql/euc2004_sjis2004.so -lib/postgresql/euc_cn_and_mic.so -lib/postgresql/euc_jp_and_sjis.so -lib/postgresql/euc_kr_and_mic.so -lib/postgresql/euc_tw_and_big5.so -lib/postgresql/latin2_and_win1250.so -lib/postgresql/latin_and_mic.so -lib/postgresql/libpqwalreceiver.so -lib/postgresql/plpgsql.so -lib/postgresql/utf8_and_ascii.so -lib/postgresql/utf8_and_big5.so -lib/postgresql/utf8_and_cyrillic.so -lib/postgresql/utf8_and_euc2004.so -lib/postgresql/utf8_and_euc_cn.so -lib/postgresql/utf8_and_euc_jp.so -lib/postgresql/utf8_and_euc_kr.so -lib/postgresql/utf8_and_euc_tw.so -lib/postgresql/utf8_and_gb18030.so -lib/postgresql/utf8_and_gbk.so -lib/postgresql/utf8_and_iso8859.so -lib/postgresql/utf8_and_iso8859_1.so -lib/postgresql/utf8_and_johab.so -lib/postgresql/utf8_and_sjis.so -lib/postgresql/utf8_and_sjis2004.so -lib/postgresql/utf8_and_uhc.so -lib/postgresql/utf8_and_win.so -lib/libpgcommon.a +%%PG_BINDIR%%/initdb +%%PG_BINDIR%%/pg_controldata +%%PG_BINDIR%%/pg_ctl +%%PG_BINDIR%%/pg_receivexlog +%%PG_BINDIR%%/pg_resetxlog +%%PG_BINDIR%%/pg_recvlogical +%%PG_BINDIR%%/pg_archivecleanup +%%PG_BINDIR%%/pg_basebackup +%%PG_BINDIR%%/pg_rewind +%%PG_BINDIR%%/pg_test_fsync +%%PG_BINDIR%%/pg_test_timing +%%PG_BINDIR%%/pg_xlogdump +%%PG_BINDIR%%/pg_upgrade +%%PG_BINDIR%%/postgres +%%PG_BINDIR%%/postmaster +etc/periodic/daily/502.pgsql-%%PG_VERS%% +%%PG_INCDIR%%/server/plpgsql.h +%%PG_LIBDIR%%/ascii_and_mic.so +%%PG_LIBDIR%%/cyrillic_and_mic.so +%%PG_LIBDIR%%/dict_snowball.so +%%PG_LIBDIR%%/euc2004_sjis2004.so +%%PG_LIBDIR%%/euc_cn_and_mic.so +%%PG_LIBDIR%%/euc_jp_and_sjis.so +%%PG_LIBDIR%%/euc_kr_and_mic.so +%%PG_LIBDIR%%/euc_tw_and_big5.so +%%PG_LIBDIR%%/latin2_and_win1250.so +%%PG_LIBDIR%%/latin_and_mic.so +%%PG_LIBDIR%%/libpqwalreceiver.so +%%PG_LIBDIR%%/plpgsql.so +%%PG_LIBDIR%%/utf8_and_ascii.so +%%PG_LIBDIR%%/utf8_and_big5.so +%%PG_LIBDIR%%/utf8_and_cyrillic.so +%%PG_LIBDIR%%/utf8_and_euc2004.so +%%PG_LIBDIR%%/utf8_and_euc_cn.so +%%PG_LIBDIR%%/utf8_and_euc_jp.so +%%PG_LIBDIR%%/utf8_and_euc_kr.so +%%PG_LIBDIR%%/utf8_and_euc_tw.so +%%PG_LIBDIR%%/utf8_and_gb18030.so +%%PG_LIBDIR%%/utf8_and_gbk.so +%%PG_LIBDIR%%/utf8_and_iso8859.so +%%PG_LIBDIR%%/utf8_and_iso8859_1.so +%%PG_LIBDIR%%/utf8_and_johab.so +%%PG_LIBDIR%%/utf8_and_sjis.so +%%PG_LIBDIR%%/utf8_and_sjis2004.so +%%PG_LIBDIR%%/utf8_and_uhc.so +%%PG_LIBDIR%%/utf8_and_win.so +%%PG_LIBDIR%%/libpgcommon.a %%PORTDOCS%%%%DOCSDIR%%/README-server %%DATADIR%%/conversion_create.sql %%DATADIR%%/information_schema.sql