Re: Building postgresql with higher major version of separate libpq package

2020-06-23 Thread Tom Lane
Patrik Novotny writes: > as to my recent findings, I'm not able to build postgresql 10.13 > against libpq 12.1, as in that case, postgresql is missing changes > implemented in libpq 10.12 (and 12.2) [1]. The commit you cite changed only private, internal details in libpq, so it's not apparent to

Building postgresql with higher major version of separate libpq package

2020-06-23 Thread Patrik Novotny
Hello all, as to my recent findings, I'm not able to build postgresql 10.13 against libpq 12.1, as in that case, postgresql is missing changes implemented in libpq 10.12 (and 12.2) [1]. So to rebase to postgresql 10.13 on a system with a separated libpq package shipped at version 12.1, I'm require