Re: Escape output of pg_amcheck test

From: Aleksander Alekseev <aleksander(at)timescale(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Cc: Mark Dilger <mark(dot)dilger(at)enterprisedb(dot)com>, Mark Dilger <hornschnorter(at)gmail(dot)com>, Peter Eisentraut <peter(at)eisentraut(dot)org>
Subject: Re: Escape output of pg_amcheck test
Date: 2024-01-08 14:04:19
Message-ID: CAJ7c6TPuLEceTM_ZYhVnFWgXbg9h7EXkNCkHw8wg94XjTLn7Lw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

> [...] so I quickly wrote some (wrong) instrumentation to try to test your patch.

Yep, it confused me too at first.

Since the encoding happens right before exit() call, maybe it's worth
changing $b in-place in order to make the code slightly more readable
for most of us :)

--
Best regards,
Aleksander Alekseev

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message jian he 2024-01-08 14:26:34 Re: add function argument names to regex* functions.
Previous Message David G. Johnston 2024-01-08 14:01:40 Re: weird GROUPING SETS and ORDER BY behaviour