Skip to content

Commit b7eb7be

Browse files
Update source build docs (#7771)
Minor fix but raising this PR because I noticed that the `docs/BuildSource.md` file mistakenly says that timescaledb cannot be built against postgres 17. Looking at the git blame for `CMakelists.txt` it seems that postgres 17 build functionality was officially supported as of commit `abd637beaa`
1 parent 41841b6 commit b7eb7be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/BuildSource.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ See the Releases tab for the latest release.
99

1010
**Prerequisites**:
1111

12-
- A standard PostgreSQL 14, 15 or 16 installation with development
13-
environment (header files) (e.g., `postgresql-server-dev-16` package
12+
- A standard PostgreSQL 14, 15, 16, or 17 installation with development
13+
environment (header files) (e.g., `postgresql-server-dev-17` package
1414
for Linux, Postgres.app for MacOS)
1515
- C compiler (e.g., gcc or clang)
1616
- [CMake](https://cmake.org/) version 3.15 or greater
@@ -42,7 +42,7 @@ See the Releases tab for the latest release.
4242

4343
**Prerequisites**:
4444

45-
- A standard [PostgreSQL 14, 15 or 16 64-bit installation](https://www.enterprisedb.com/downloads/postgres-postgresql-downloads#windows)
45+
- A standard [PostgreSQL 14, 15, 16, or 17 64-bit installation](https://www.enterprisedb.com/downloads/postgres-postgresql-downloads#windows)
4646
- OpenSSL for Windows
4747
- Microsoft Visual Studio 2017 with CMake and Git components
4848
- OR Visual Studio 2015/2016 with [CMake](https://cmake.org/) version 3.15 or greater and Git

0 commit comments

Comments
 (0)