Re: pgsql: revert removal of hex_decode() from ecpg from commit c3826f831e

2020-12-24 Thread Bruce Momjian
On Thu, Dec 24, 2020 at 06:25:56PM -0500, Tom Lane wrote: > Bruce Momjian writes: > > revert removal of hex_decode() from ecpg from commit c3826f831e > > ecpglib on certain platforms can't handle the pg_log_fatal calls from > > libraries. This was reported by the buildfarm. It needs a refactorin

Re: pgsql: revert removal of hex_decode() from ecpg from commit c3826f831e

2020-12-24 Thread Tom Lane
Bruce Momjian writes: > revert removal of hex_decode() from ecpg from commit c3826f831e > ecpglib on certain platforms can't handle the pg_log_fatal calls from > libraries. This was reported by the buildfarm. It needs a refactoring > and return value change if it is later removed. Just for the

pgsql: revert removal of hex_decode() from ecpg from commit c3826f831e

2020-12-24 Thread Bruce Momjian
revert removal of hex_decode() from ecpg from commit c3826f831e ecpglib on certain platforms can't handle the pg_log_fatal calls from libraries. This was reported by the buildfarm. It needs a refactoring and return value change if it is later removed. Backpatch-through: master Branch -- ma