Hi,
Did you also upgrade the libpq devel package?
To start, what distribution are you using, and how did you upgrade?
Are you using RHEL or Debian based packages? Did you upgrade libpq
using packages (yum/dnf update libpq or apt upgrade libpq)?
In any case, this seems like a problem with develop
Hi all,
We upgraded the libpq version from 10.3 to 12.3. Now we are getting following
linker error in compilation.
linux64/lib/libPostgreSQLClient.so: undefined reference to `pg_snprintf(char*,
unsigned long, char const*, ...)'
When we analyzed it we found following diff in libpq. What could be