From: Mark Wong Date: Fri, 17 Apr 2009 06:15:32 +0000 (-0700) Subject: Reverted a Solaris specific change that wasn't supposed to be committed X-Git-Tag: v0.0.5~12 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=b561c3d7c05a11e61a98d67aa56b87204a58a40c;p=pg_proctab.git Reverted a Solaris specific change that wasn't supposed to be committed yet. --- diff --git a/pg_cputime.sql b/pg_cputime.sql index e6edd0c..572c140 100644 --- a/pg_cputime.sql +++ b/pg_cputime.sql @@ -4,8 +4,7 @@ CREATE OR REPLACE FUNCTION pg_cputime( OUT nice BIGINT, OUT system BIGINT, OUT idle BIGINT, - OUT iowait BIGINT, - OUT swap BIGINT) + OUT iowait BIGINT) RETURNS SETOF record AS '$libdir/pg_cputime', 'pg_cputime' LANGUAGE C IMMUTABLE STRICT;