7d5300853b402bb1f50ba1d8ea95f39f7057b989
db-tool): postgres-init: createdb on reuse when target DB missing
Previously when PG_REUSE=1 and PG_VERSION existed but the target database had never been successfully created (e.g. devshell exited mid-init in a prior run), postgres-init skipped createdb and the subsequent psql connection failed with 'database "<db>" does not exist'. Now on reuse path we probe pg_database and create the target DB if missing, making postgres-init fully idempotent across stale-state recovery. Adds postgres-init-reuse-missing-db test.
Description
No description provided
Languages
C
32.7%
Shell
30.4%
Nix
22.5%
PLpgSQL
5.2%
Rust
4.2%
Other
4.9%