Re: appendBinaryStringInfo stuff - Mailing list pgsql-hackers

From Tom Lane
Subject Re: appendBinaryStringInfo stuff
Date
Msg-id 1058626.1671489750@sss.pgh.pa.us
Whole thread Raw
In response to Re: appendBinaryStringInfo stuff  (David Rowley <dgrowleyml@gmail.com>)
Responses Re: appendBinaryStringInfo stuff  (David Rowley <dgrowleyml@gmail.com>)
List pgsql-hackers
David Rowley <dgrowleyml@gmail.com> writes:
> On Tue, 20 Dec 2022 at 09:23, Peter Eisentraut
> <peter.eisentraut@enterprisedb.com> wrote:
>> AFAICT, the code in question is for the text output of the jsonpath
>> type, which is used ... for barely anything?

> I think the performance of a type's output function is quite critical.

I think Peter is entirely right to question whether *this* type's
output function is performance-critical.  Who's got large tables with
jsonpath columns?  It seems to me the type would mostly only exist
as constants within queries.

            regards, tom lane



pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: appendBinaryStringInfo stuff
Next
From: Jeff Davis
Date:
Subject: Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX