Message-ID: From: "faviansamatha (@faviansamatha)" To: "postgresql-interfaces/psqlodbc" Date: Thu, 17 Apr 2025 17:04:50 +0000 Subject: [postgresql-interfaces/psqlodbc] PR #111: fix: revert to memset for pgdebug_memset List-Id: X-GitHub-Author-Id: 60306813 X-GitHub-Author-Login: faviansamatha X-GitHub-Issue: 111 X-GitHub-Repo: postgresql-interfaces/psqlodbc X-GitHub-State: merged X-GitHub-Type: pull_request X-GitHub-Url: https://github.com/postgresql-interfaces/psqlodbc/pull/111 Content-Type: text/plain; charset=utf-8 A previous PR (#105) reverted some changes from (#104) which changes calls to memset_s back to memset due to memset_s not being supported by all compilers. This change reverts memset_s to memset in pgdebug_memset which was a missed change in #105