Re: pgcrypto volatility and strictness changes

From: Neil Conway <neilc(at)samurai(dot)com>
To: Michael Fuhr <mike(at)fuhr(dot)org>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: pgcrypto volatility and strictness changes
Date: 2005-07-08 04:28:10
Message-ID: 42CE00DA.9050509@samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Michael Fuhr wrote:
> This patch updates the DDL for contrib/pgcrypto to create all
> functions as STRICT, and all functions except gen_salt() as IMMUTABLE.
> gen_salt() is VOLATILE.

Applied, thanks.

-Neil

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2005-07-08 04:32:16 Re: User's exception plpgsql
Previous Message Neil Conway 2005-07-08 04:12:41 Re: Patch to remove deadcode from dbcommands.c