Re: more fixes for making contrib null safe

From: Jon Jensen <jon(at)endpoint(dot)com>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: more fixes for making contrib null safe
Date: 2005-01-29 03:15:41
Message-ID: Pine.LNX.4.61.0501290315060.5338@lash.binyan.swelter.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Fri, 28 Jan 2005, Kris Jurka wrote:

> This adds the strict function attribute to the places in contrib that
> crash on null inputs.

Doesn't C need to be quoted? A few of those looked like this:

LANGUAGE C STRICT

but I thought it should be:

LANGUAGE 'C' STRICT

Is that right?

Jon

--
Jon Jensen
End Point Corporation
http://www.endpoint.com/
Software development with Interchange, Perl, PostgreSQL, Apache, Linux, ...

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Kris Jurka 2005-01-29 03:20:12 Re: more fixes for making contrib null safe
Previous Message Kris Jurka 2005-01-29 03:09:19 more fixes for making contrib null safe