Skip to content

fix(standalone): initialize new clusters on PostgreSQL 16 - #72

Merged
datakitchen-devops merged 1 commit into
mainfrom
os-hotfix-pg16
Sep 19, 2026
Merged

datakitchen-devops merged 1 commit into
mainfrom
os-hotfix-pg16

Conversation

@aarthy-dk

Copy link
Copy Markdown
Contributor

The bundled PostgreSQL 18 Windows build links against libwinpthread-1.dll but does not ship it, so initdb cannot launch postgres on a machine without a MinGW toolchain and misreports the failure as a missing program. Every fresh standalone install on a stock Windows box failed this way.

Initialize new clusters on 16 instead. Existing clusters are unaffected -- the data directory's own major is still honored.

The bundled PostgreSQL 18 Windows build links against libwinpthread-1.dll
but does not ship it, so initdb cannot launch postgres on a machine without
a MinGW toolchain and misreports the failure as a missing program. Every
fresh standalone install on a stock Windows box failed this way.

Initialize new clusters on 16 instead. Existing clusters are unaffected --
the data directory's own major is still honored.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@datakitchen-devops
datakitchen-devops merged commit aa7b4b1 into main Sep 19, 2026
2 checks passed
@datakitchen-devops
datakitchen-devops deleted the os-hotfix-pg16 branch September 19, 2026 21:14
@github-actions

Copy link
Copy Markdown

Coverage

Coverage Report •
FileStmtsMissBranchBrPartCoverMissing
testgen/common
   standalone_postgres.py724818027%39–40, 44, 57–62, 76–101, 106, 115–117, 127–142, 148–151, 156, 168–176
TOTAL247941765765441023% 

Tests Skipped Failures Errors Time
5 0 💤 0 ❌ 5 🔥 20.871s ⏱️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants