postgres_ffi/wal_generate: use 'craft' instead of 'generate'

It does very fine-tuned byte-to-byte WAL crafting, not a sloppy generation.
Hence 'craft' sounds like a better description.
This commit is contained in:
Egor Suvorov
2022-07-08 15:19:53 +03:00
committed by Egor Suvorov
parent 1f5918b36d
commit 60e5dc10e6
8 changed files with 37 additions and 39 deletions

View File

@@ -23,7 +23,7 @@ workspace_hack = { version = "0.1", path = "../../workspace_hack" }
[dev-dependencies]
env_logger = "0.9"
postgres = { git = "https://github.com/zenithdb/rust-postgres.git", rev="d052ee8b86fff9897c77b0fe89ea9daba0e1fa38" }
wal_generate = { path = "wal_generate" }
wal_craft = { path = "wal_craft" }
[build-dependencies]
bindgen = "0.59.1"