postgres \c 调用 fscanf 导致的 bug。

This commit is contained in:
2026-03-14 18:52:28 +08:00
parent cf13b0228e
commit 1732163cbf
15 changed files with 107 additions and 175 deletions

View File

@@ -0,0 +1,13 @@
```shell
sudo apt install -y git build-essential libgflags-dev libsnappy-dev zlib1g-dev libbz2-dev liblz4-dev libzstd-dev cmake
git clone https://github.com/facebook/rocksdb.git
cd rocksdb
git checkout v8.10.0
make db_bench -j$(nproc) \
DISABLE_JEMALLOC=1 \
USE_JEMALLOC=0 \
JEMALLOC=0
```