pgsql: Fix thinko in autovacuum's test to skip temp tables: want to skip - Mailing list pgsql-committers

From [email protected] (Tom Lane)
Subject pgsql: Fix thinko in autovacuum's test to skip temp tables: want to skip
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix thinko in autovacuum's test to skip temp tables: want to skip any
temp table not only our own process' tables.  It's not real important
since vacuum.c will skip temp tables anyway, but might as well make the
code do what it claims to do.

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        autovacuum.c (r1.10 -> r1.11)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/autovacuum.c.diff?r1=1.10&r2=1.11)

pgsql-committers by date:

Previous
From: [email protected] (Bruce Momjian)
Date:
Subject: pgsql: Doc patch that adds an example of a correllated UPDATE.
Next
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Fix thinko in autovacuum's test to skip temp tables: want to skip