Re: test_escape: invalid option -- 'c'

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Japin Li <japinli(at)hotmail(dot)com>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: test_escape: invalid option -- 'c'
Date: 2025-02-18 03:46:50
Message-ID: Z7QCqkGKLCRi-6ik@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Feb 18, 2025 at 11:12:13AM +0800, Japin Li wrote:
> When I test test_escape, I find the usage of test_escape declares it
> support -c option, however, when I use it, it complains it is an
> invalid option.
>
> Here is a patch to fix it.

You are right, obviously. The only reason why this is not showing up
is that the TAP test uses the long option --conninfo. Speaking of
which, this had better use fat commas to combine the option/value
pairs in these commands.
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ryo Kanbayashi 2025-02-18 03:49:47 Re: [PATCH] Add regression tests of ecpg command notice (error / warning)
Previous Message Michael Paquier 2025-02-18 03:42:57 Re: injection points for hash aggregation