Message-ID: From: "davecramer (@davecramer)" To: "postgresql-interfaces/psqlodbc" Date: Mon, 06 May 2024 10:51:46 +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: 2095732485 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-2095732485 Content-Type: text/plain; charset=utf-8 So looking at this some more, https://github.com/postgresql-interfaces/psqlodbc/blob/3869efe76653ce9e56edf10478e30dcf1072123c/installer/psqlodbcm_cpu.wxs#L106-L135 is where those variables are used. It's becoming clear to me that the actual release steps are not documented anywhere. You are correct installer.mak hasn't changed and I found the code in a private repo that I have access to. Either way we need to fix the release code to include those libraries. Also need to figure out how to get the 32bit versions of those libraries.