From: Tom Lane Date: Mon, 3 Nov 2008 21:09:17 +0000 (+0000) Subject: Dept of second thoughts: seems it'd be safer if pg_typeof is marked X-Git-Tag: recoveryinfrav9~425 X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=1674c0536b73ddbd7d0989304c817acbe828ca06;p=users%2Fsimon%2Fpostgres.git Dept of second thoughts: seems it'd be safer if pg_typeof is marked stable not immutable, since it depends on system catalog contents. --- diff --git a/src/include/catalog/pg_proc.h b/src/include/catalog/pg_proc.h index acf57764d2..8e1e869a8a 100644 --- a/src/include/catalog/pg_proc.h +++ b/src/include/catalog/pg_proc.h @@ -2293,7 +2293,7 @@ DESCR("result type of a function"); DATA(insert OID = 1686 ( pg_get_keywords PGNSP PGUID 12 10 400 0 f f t t s 0 2249 "" "{25,18,25}" "{o,o,o}" "{word,catcode,catdesc}" pg_get_keywords _null_ _null_ _null_ )); DESCR("list of SQL keywords"); -DATA(insert OID = 1619 ( pg_typeof PGNSP PGUID 12 1 0 0 f f f f i 1 2206 "2276" _null_ _null_ _null_ pg_typeof _null_ _null_ _null_ )); +DATA(insert OID = 1619 ( pg_typeof PGNSP PGUID 12 1 0 0 f f f f s 1 2206 "2276" _null_ _null_ _null_ pg_typeof _null_ _null_ _null_ )); DESCR("returns the type of the argument"); /* Generic referential integrity constraint triggers */