Message-ID: From: "davecramer (@davecramer)" To: "postgresql-interfaces/psqlodbc" Date: Wed, 08 May 2024 13:52:29 +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: davecramer X-GitHub-Comment-Id: 2100630988 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-2100630988 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.