diff options
| author | Ethan Lee <ethanalee@google.com> | 2026-03-02 19:37:08 +0000 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2026-03-09 15:46:30 -0700 |
| commit | 59cb58a646844f6fba00bfadc39b4bea96357358 (patch) | |
| tree | 616f5afd7eca22cb2b3b944fb9da5a64bcbb89e0 /doc/postgres.md | |
| parent | fd3717b20fe8bcec3503ec0238a973a719e3931b (diff) | |
| download | go-x-pkgsite-59cb58a646844f6fba00bfadc39b4bea96357358.tar.xz | |
all: update PostgreSQL version to 14
Update Docker configurations and documentation to use PostgreSQL 14,
aligning local development and testing environments with production.
There has been a change in how PostgreSQL 14 tokenizes paths. This has
caused an alteration in how multi word searches are resolved. Update
test case to reflect this. See golang/go#78036 for more context.
To test: `tests/search/run.sh`
Fixes golang/go#77903
Change-Id: I28eaa722914b2163fe962a1b4a1b8681d60b18b3
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/750740
Auto-Submit: Ethan Lee <ethanalee@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
kokoro-CI: kokoro <noreply+kokoro@google.com>
Diffstat (limited to 'doc/postgres.md')
| -rw-r--r-- | doc/postgres.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/postgres.md b/doc/postgres.md index ffb9d71f..232b6a1a 100644 --- a/doc/postgres.md +++ b/doc/postgres.md @@ -8,7 +8,7 @@ For additional information on our architecture, see the ## Local development database -1. Install PostgreSQL (version 11 or higher) on your machine for local +1. Install PostgreSQL (version 14 or higher) on your machine for local development. It should use the default Postgres port of 5432. If you use a Mac, the easiest way to do that is through installing |
