[check_postgres] [commit] Add support for int2 in sequence checking, prevent wraparound for 'calls left'

Robert Treat xzilla at users.sourceforge.net
Thu Feb 12 03:24:35 UTC 2009


On Tuesday 10 February 2009 15:15:18 check_postgres at bucardo.org wrote:
> Committed by Greg Sabino Mullane <greg at endpoint.com>
>
> Add support for int2 in sequence checking, prevent wraparound for 'calls
> left'
>  		q{AND ref.relkind in ('r') }.
> -		q{AND typname IN ('int4', 'int8') }.
> +		q{AND typname IN ('int2', 'int4', 'int8') }.
>  		q{UNION ALL }.

Why not numeric / float / etc... ? 

-- 
Robert Treat
Conjecture: http://www.xzilla.net
Consulting: http://www.omniti.com


More information about the Check_postgres mailing list