pgsql: Fix failure to check for INVALID worker entry in the new - Mailing list pgsql-committers

From alvherre@postgresql.org (Alvaro Herrera)
Subject pgsql: Fix failure to check for INVALID worker entry in the new
Date
Msg-id 20070502154714.37CC39FBCB3@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix failure to check for INVALID worker entry in the new autovacuum code, which
could happen when a worker took to long to start and was thus "aborted" by the
launcher.  Noticed by lionfish buildfarm member.

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        autovacuum.c (r1.42 -> r1.43)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/autovacuum.c.diff?r1=1.42&r2=1.43)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix oversight in PG_RE_THROW processing: it's entirely possible
Next
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Use the new TimestampDifferenceExceeds API instead of