Use non-versioned pg_distrib dir

This commit is contained in:
Anastasia Lubennikova
2022-09-15 17:40:29 +03:00
parent 532ae81c33
commit 39ad16eaa9
5 changed files with 26 additions and 49 deletions

View File

@@ -155,6 +155,8 @@ for other files and for sockets for incoming connections.
#### pg_distrib_dir
A directory with Postgres installation to use during pageserver activities.
Since pageserver supports several postgres versions, `pg_distrib_dir` contains
a subdirectory for each version with naming convention `v{PG_MAJOR_VERSION}/`.
Inside that dir, a `bin/postgres` binary should be present.
The default distrib dir is `./pg_install/`.