[BUGS] BUG #6650: CPU system time utilization rising few times a day

2012-05-18 Thread a . krawiec
The following bug has been logged on the website:

Bug reference:  6650
Logged by:  Andrzej Krawiec
Email address:  a.kraw...@focustelecom.pl
PostgreSQL version: 8.4.11
Operating system:   CentOS 6.0 - 2.6.32-220.13.1.el6.x86_64
Description:

Primarily checked on PG 8.4.9 (same OS), problem also occurs. Few times a
day I get a situation where PostgreSQL stops running for 1-2 minutes. CPU is
running 99% in systime. IO is OK, only interrupts are extremely high (over
100k). System operates on 2 x Xeon 10 Core, 128 GB RAM, raid 10. Does anyone
have any idea?


-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs


[BUGS] BUG #6651: macaddr length constraint violates standard

2012-05-18 Thread erlkonig
The following bug has been logged on the website:

Bug reference:  6651
Logged by:  Alex North-Keys
Email address:  erlko...@talisman.org
PostgreSQL version: 9.1.3
Operating system:   any
Description:

The macaddr type does not allow for MACs of greater length (or less than)
than six bytes, only capturing a particular variety of ethernet address
(Xerox's original version) instead of the broader use of MACs where
addresses of other lengths are common, such as the 64-bit EUI-64.

A more appropriate type name would have been "ethernet", specific to the
case actually captured by "macaddr".  Given compatibility concerns, renaming
it is probably infeasible.  However, being able to parameterize the length,
defaulting to 6 bytes, would be adequate.



-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs