Re: [ADMIN] concat_ws - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [ADMIN] concat_ws
Date
Msg-id 2804.1059953233@sss.pgh.pa.us
Whole thread Raw
In response to Re: [ADMIN] concat_ws  (Joe Conway <mail@joeconway.com>)
List pgsql-hackers
Joe Conway <mail@joeconway.com> writes:
> But I wonder why it isn't at all a problem when the function is also
> defined STRICT?

Because the inliner doesn't think it can safely inline in that case; the
substituted expression isn't strict and so inlining would potentially
change the semantics.

            regards, tom lane

pgsql-hackers by date:

Previous
From: Joe Conway
Date:
Subject: Re: [ADMIN] concat_ws
Next
From: Bruce Momjian
Date:
Subject: Release changes