Re: Make printtup a bit faster - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Make printtup a bit faster
Date
Msg-id 776312.1778083630@sss.pgh.pa.us
Whole thread
In response to Re: Make printtup a bit faster  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
>> Puting optional context via the fcinfo looks novel to me (I have zero
>> experience to use fcinfo utility.).

> We do that in a bunch of places, e.g. for the context of window functions
> (c.f. PG_WINDOW_OBJECT() WindowObjectIsValid()).

A closely related precedent is the introduction of "soft error
reporting" for input functions.  See d9f7f5d32 and follow-ons.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [BUG] CRASH: ECPGprepared_statement() and ECPGdeallocate_all() when connection is NULL
Next
From: Nathan Bossart
Date:
Subject: Re: pgindent versus struct members and typedefs