I'm trying to connect to a Postgres database, but I get the following error:
"Access violation at address 00000000004148D5 in module 'TDM.exe'. Read of address 0000000000000018".
I'm using TDM 8.0 with SSL Mode = Prefer and CA File = a downloaded global-bundle.pem. Earlier, I got an error on missing libeay32.dll and ssleay32.dll, and was advised to download the .pem and use it for CA File.
I may be on the wrong track here, but an access violation is by definition a bug - right?