Thread
-
Re: Make printtup a bit faster
Tom Lane <tgl@sss.pgh.pa.us> — 2026-05-06T16:07:10Z
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