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-07 06:44:49
Message-ID: 42CCCF61.8090101@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.

Barring any objections, I'll apply this tomorrow.

-Neil

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Koichi Suzuki 2005-07-07 06:47:05 A couple of patches for PostgreSQL 64bit support
Previous Message Neil Conway 2005-07-07 06:32:06 Re: Patch to remove deadcode from dbcommands.c