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

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: revert removal of hex_decode() from ecpg from commit c3826f831e
Date: 2020-12-24 23:21:49
Message-ID: E1ksZvZ-0007Gv-EX@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/558a6e8e21367dae9a294291337be10a8a4afd0a

Modified Files
--------------
src/interfaces/ecpg/ecpglib/data.c | 52 +++++++++++++++++++++++++++++++++++++-
1 file changed, 51 insertions(+), 1 deletion(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-12-24 23:25:56 Re: pgsql: revert removal of hex_decode() from ecpg from commit c3826f831e
Previous Message Bruce Momjian 2020-12-24 23:16:20 Re: pgsql: move hex_decode() to /common so it can be called from frontend