Message-ID: From: "apgrucza (@apgrucza)" To: "postgresql-interfaces/psqlodbc" Date: Thu, 02 May 2024 02:21:55 +0000 Subject: Re: [postgresql-interfaces/psqlodbc] PR #6: Use mimalloc to improve performance and reduce memory allocation lock contention In-Reply-To: References: List-Id: X-GitHub-Author-Login: apgrucza X-GitHub-Comment-Id: 2089419403 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 6 X-GitHub-Repo: postgresql-interfaces/psqlodbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/postgresql-interfaces/psqlodbc/pull/6#issuecomment-2089419403 Content-Type: text/plain; charset=utf-8 > So the question is do we need/want to support XP ? On the mailing list I have noticed a few queries from people running legacy systems. But to be honest I don't really know if it currently even works on Windows XP. [This post](https://www.postgresql.org/message-id/0f71174b-1fe6-08c9-818c-166bd9265a3d@gilmours.com.au) suggests it may have stopped working on Windows XP since version 11. Nobody should really be using an operating system that was retired 10 years ago and expect new software to run on it. > Can you try these https://github.com/davecramer/psqlodbc/releases/tag/REL-16_00_0005 Still getting the same error: ![image](https://github.com/postgresql-interfaces/psqlodbc/assets/46910040/6652c8a3-01fe-47de-9bd1-cd14737ff1cb) The x86 installer works fine. It must be something to do with the build environment, because it works if I build the x64 installer myself locally.