# pgrust v0.3 binaries — MANIFEST # built from v0.3-release commit 8526ebc3ada (tree 26a7…, pre round-3 scrub); the shipped tip is 23d45a5fea900d36e12bb3db786a10aa9ce31fd3 (tag v0.3, squash 5648c349a05). # Delta from the built tree to the shipped tip: comment scrub (fabled/Antithesis/fleet wording, history-wide replace-text) + the PGRUST section of postgresql.conf.sample — no code; per skill §1.1 the binaries stay valid. cargo check + determinism lint PASS on the shipped tip. # built 2026-09-15, rust 1.96.0 (rust-toolchain.toml), cargo build --profile dist --locked --bin postgres name sha256 bytes build pgrust-0.3-macos-arm64 edcb7cb72b88cae26b0fc3325c540051a159ae1f1fd5e2e5dfe42eb7eb16aa81 49887584 this Mac, --target aarch64-apple-darwin, static re2 kit (abseil-free), codesign -s -; smoke 9/9 pgrust-0.3-macos-x86_64 f0d336d4250af4014c676ebd2c08bb878d2da2a93b6cafd672c02259ffa6bcc0 55442160 this Mac, --target x86_64-apple-darwin, static re2 kit; codesign -s -; smoke 9/9 under Rosetta pgrust-0.3-macos-universal c681938bcdf56897d85e5a0967dfd005f54b6a2d5e12c667caa21419517af78d 105347424 lipo -create of the two macOS builds; codesign -s -; smoke 9/9 pgrust-0.3-linux-x86_64 9dd36041932656c738563853b191ffce301893e95a5f0babcbfa4fafbded6530 59894432 EC2 c7i.4xlarge Ubuntu 24.04 native; apt libre2-dev (static); glibc/libstdc++ dynamic; smoke 8/8 pgrust-0.3-linux-aarch64 745c533db2b9d299ca27b53d9c14348e29da58d4ab7a2a04b2d891d069e0d1b6 52390728 EC2 c8g.4xlarge Ubuntu 24.04 native; apt libre2-dev (static); glibc/libstdc++ dynamic; smoke 8/8 # docker images — profile-guided optimized (Michael 2026-09-15): the Dockerfile's build stage makes an # instrumented dist build, trains it on pgbench TPC-B + select-only and docker/pgo-training.sql, merges the # profiles with llvm-profdata, and ships a second dist build with -Cprofile-use. Repo Dockerfile from the # INTERNAL pre-rewrite tree over source commit 8526ebc3ada; built natively on the EC2 boxes; NOT pushed. # linux/amd64 sha256:c13cdcce25aa60270ef1748df39976536d0866933366767f9e6f9d2be2d9b789 115,624,254 bytes linux-amd64/image-amd64.tar.zst smoke 4/4, container battery 7/7 # linux/arm64 sha256:181b71cb84f018a82995f9d12e37c0bf72179a48ffb83ca5b328cfe143bf46dd 113,502,888 bytes linux-arm64/image-arm64.tar.zst smoke 4/4, container battery 7/7 # functional battery (binary-battery.sh: feature workload, binary COPY, pgbench rw/ro + consistency, kill -9 # crash recovery, logical replication between two instances, clean shutdown): macOS arm64/x86_64/universal # and Linux x86_64/aarch64 all PASS (bin/battery-macos.log, linux-*-pgo-try1/binary-battery.log).