Skip to content

Commit

Permalink
Changed pg_typeof() from IMMUTABLE to STABLE.
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Nov 23, 2008
1 parent daaee0d commit 0149587
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
@@ -1,6 +1,8 @@
Revision history for pgTAP

0.15
- Changed `pg_typeof()` from immutable to stable, in compliance with its
configuration in the forthcoming PostgreSQL 8.4.

0.14 2008-10-27T22:43:36
- Added `SET search_path` statements to `uninstall_pgtap.sql.in` so that
Expand Down
2 changes: 1 addition & 1 deletion pgtap.sql.in
Expand Up @@ -15,7 +15,7 @@
CREATE OR REPLACE FUNCTION pg_typeof("any")
RETURNS regtype
AS 'MODULE_PATHNAME'
LANGUAGE C IMMUTABLE;
LANGUAGE C STABLE;

CREATE OR REPLACE FUNCTION pg_version()
RETURNS text AS 'SELECT current_setting(''server_version'')'
Expand Down

0 comments on commit 0149587

Please sign in to comment.