Message-ID: From: "apgrucza (@apgrucza)" To: "postgresql-interfaces/psqlodbc" Date: Thu, 09 May 2024 01:21:13 +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: 2101754911 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-2101754911 Content-Type: text/plain; charset=utf-8 > > One problem I can see is that this: > > ``` > > cp c:\openssl32\*.dll d:\postgresql86\bin > > ``` > > > > > > > > > > > > > > > > > > > > > > > > needs to be changed to this: > > ``` > > cp c:\openssl32\bin\*.dll d:\postgresql86\bin > > ``` > > The dll's are installed in both places so it is currently correct. Yes you are correct. So I guess the installers you built weren't working due to the caching issue.