Builds a Postgres 18 beta with PG Vector from source so that it can be tested using docker.
To use, clone this repo locally, open a terminal in the repo directory and run docker compose up -d --build.
Important! This performs a basic build of Postgres using the default configuration. If want to enabled additional features you can tweak the build by following the Postgres build documentation.