sorrell commented on code in PR #332: URL: https://github.com/apache/age-website/pull/332#discussion_r1958632643
########## docs/intro/setup.md: ########## @@ -58,6 +58,25 @@ Replace `15` with the desired PostgreSQL version if different. Clone the [Apache AGE GitHub repository](https://github.com/apache/age) or [download an official release](https://github.com/apache/age/releases). +Make sure the source code version is compatible with your PostgreSQL version. +For example, if your PostgreSQL version is `16`, checkout the appropriate version (at the time of writing it is the tag `PG16/v1.5.0-rc0` or branch `PG16`). + +Check postgreSQL version with: +```bash +pg_config --version +``` + +You can versions by listing the branches (or tags): Review Comment: Small change, should be "You can list versions" instead of "You can versions" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@age.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org