Re: [PATCH] Add support for leading/trailing bytea trim()ing

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Joel Jacobson" <joel(at)compiler(dot)org>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: [PATCH] Add support for leading/trailing bytea trim()ing
Date: 2020-12-04 16:37:38
Message-ID: 2165122.1607099858@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Joel Jacobson" <joel(at)compiler(dot)org> writes:
> The attached patch adds LEADING | TRAILING support for the bytea version of trim():

No objection in principle, but you need to extend the code added by
commit 40c24bfef to know about these functions.

The grammar in the functions' descr strings seems a bit shaky too.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2020-12-04 16:43:24 Re: Corner-case bug in pg_rewind
Previous Message Joel Jacobson 2020-12-04 16:30:43 [PATCH] Add support for leading/trailing bytea trim()ing