From 880dc4d6b94f1cc4e6048edd732282511bf5995c Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sun, 23 Mar 2025 11:51:10 -0700 Subject: [PATCH] Added Windows installation note about mismatched architecture - #593 #797 #804 [skip ci] --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 08f36ed..67c86a9 100644 --- a/README.md +++ b/README.md @@ -1127,6 +1127,10 @@ make OPTFLAGS="" If compilation fails with `Cannot open include file: 'postgres.h': No such file or directory`, make sure `PGROOT` is correct. +### Mismatched Architecture + +If compilation fails with `error C2196: case value '4' already used`, make sure `vcvars64.bat` was called. + ### Missing Symbol If linking fails with `unresolved external symbol float_to_shortest_decimal_bufn` with Postgres 17.0-17.2, upgrade to Postgres 17.3+.