Added Windows installation note about mismatched architecture - #593 #797 #804 [skip ci]

This commit is contained in:
Andrew Kane
2025-03-23 11:51:10 -07:00
parent fef635c9e5
commit 880dc4d6b9

View File

@@ -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+.