RE: Refactor ECPGconnect and allow IPv6 connection

From: "kuroda(dot)hayato(at)fujitsu(dot)com" <kuroda(dot)hayato(at)fujitsu(dot)com>
To: "wangsh(dot)fnst(at)fujitsu(dot)com" <wangsh(dot)fnst(at)fujitsu(dot)com>
Cc: 'PostgreSQL-development' <pgsql-hackers(at)postgresql(dot)org>
Subject: RE: Refactor ECPGconnect and allow IPv6 connection
Date: 2021-03-05 01:56:38
Message-ID: OSBPR01MB3157604286C50C7798CECD13F5969@OSBPR01MB3157.jpnprd01.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Dear Hackers,

I reviewed for myself and fixed something:

* refactor parse_options(), same as conninfo_uri_parse_params() in libpq
Skipping blanks is needed in this functions because ecpg precompiler add additional blanks
between option parameters. I did not fix precompiler because of the compatibility.
If it changes, maybe SO_MAJOR_VERSION will be also changed.
* update doc

Parse_new/oldstlye() is not changed.

Best Regards,
Hayato Kuroda
FUJITSU LIMITED

Attachment Content-Type Size
v4-0001-refactor_ecpgconnect.patch application/octet-stream 16.9 KB
v4-0002-allow-IPv6.patch application/octet-stream 11.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2021-03-05 01:58:39 Re: [PATCH] remove deprecated v8.2 containment operators
Previous Message walker 2021-03-05 01:55:53 Re: make coverage-html would fail within build directory separate from source tree