pgsql: Use setitimer() for stats file write, rather than do a - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Use setitimer() for stats file write, rather than do a
Date
Msg-id 20060103164217.D96989DC98D@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Use setitimer() for stats file write, rather than do a gettimeofday()
call for every stats packet read to adjust select() timeout.  Other
stylistic improvements.

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        pgstat.c (r1.116 -> r1.117)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/pgstat.c.diff?r1=1.116&r2=1.117)

pgsql-committers by date:

Previous
From: t-ishii@pgfoundry.org (User T-ishii)
Date:
Subject: pgpool - pgpool: version 2.7 - add child_max_connections.
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Assume select() might modify struct timeout, so remove previous