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

From [email protected] (Bruce Momjian)
Subject pgsql: Use setitimer() for stats file write, rather than do a
Date
Msg-id [email protected]
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: [email protected] (User T-ishii)
Date:
Subject: pgpool - pgpool: version 2.7 - add child_max_connections.
Next
From: [email protected] (Bruce Momjian)
Date:
Subject: pgsql: Assume select() might modify struct timeout, so remove previous