Re: Permute underscore separated components of columns before fuzzy matching

From: Arne Roland <arne(dot)roland(at)malkut(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Peter Smith <smithpb2250(at)gmail(dot)com>, youzhick(at)gmail(dot)com, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Permute underscore separated components of columns before fuzzy matching
Date: 2024-01-23 04:42:42
Message-ID: 68906a96-7b89-4bcb-95f5-dc7af537da21@malkut.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thank you! I wasn't aware of the filter per person. It was quite simple
integrate a web scraper into my custom push system.

Regarding the patch: I ran the 2.1.1 version of pg_bsd_indent now. I
hope that suffices. I removed the matrix declaration to make it C90
complaint. I attached the result.

Regards
Arne

On 2024-01-22 19:22, Tom Lane wrote:
> Arne Roland <arne(dot)roland(at)malkut(dot)net> writes:
>> Thank you for bringing that to my attention. Is there a way to subscribe
>> to cf-bot failures?
> I don't know of any push notification support in cfbot, but you
> can bookmark the page with your own active patches, and check it
> periodically:
>
> http://commitfest.cputube.org/arne-roland.html
>
> (For others, click on your own name in the main cfbot page's entry for
> one of your patches to find out how it spelled your name for this
> purpose.)
>
> regards, tom lane

Attachment Content-Type Size
0001-fuzzy_underscore_permutation_v5.patch text/x-patch 10.8 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ashutosh Bapat 2024-01-23 04:46:49 Re: Report planning memory in EXPLAIN ANALYZE
Previous Message Pavel Stehule 2024-01-23 04:41:25 Re: psql: Allow editing query results with \gedit