RE: libpq debug log

From: "iwata(dot)aya(at)fujitsu(dot)com" <iwata(dot)aya(at)fujitsu(dot)com>
To: "'pgsql-hackers(at)lists(dot)postgresql(dot)org'" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: RE: libpq debug log
Date: 2021-01-15 07:13:10
Message-ID: TY2PR01MB1963A87F2659636D7C2B4FD9EAA70@TY2PR01MB1963.jpnprd01.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Thank you for your review. I modified the code in response to those reviews.

This patch includes these items:
- Fix the code according to reviews
- Fix COPY output issue
- Change to not support Protocol v2.0
It is rarely used anymore and de-support it makes code more simpler. Please see the discussion in this thread for more details.

Regards,
Aya Iwata

Attachment Content-Type Size
v11-0001-libpq-trace.patch application/octet-stream 25.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2021-01-15 07:16:51 Re: [patch] [doc] Further note required activity aspect of automatic checkpoint and archving
Previous Message Peter Eisentraut 2021-01-15 06:59:28 Re: Add Nullif case for eval_const_expressions_mutator