pgsql: Fix some sloppiness in the recent multiple-autovacuum-worker - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix some sloppiness in the recent multiple-autovacuum-worker
Date
Msg-id 20070803200651.2C8EC9FBE53@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix some sloppiness in the recent multiple-autovacuum-worker patch.  It was
not bothering to initialize is_autovacuum for regular backends, meaning there
was a significant chance of the postmaster prematurely sending them SIGTERM
during database shutdown.  Also, leaving the cancel key unset for an autovac
worker meant that any client could send it SIGINT, which doesn't sound
especially good either.

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        postmaster.c (r1.537 -> r1.538)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/postmaster.c.diff?r1=1.537&r2=1.538)

pgsql-committers by date:

Previous
From: mkz@pgfoundry.org (User Mkz)
Date:
Subject: pgbouncer - pgbouncer: add varcache.c to makefile also
Next
From: mkz@pgfoundry.org (User Mkz)
Date:
Subject: pgbouncer - pgbouncer: correct quoting for SET values