pgsql: Fix thinko in autovacuum's test to skip temp tables: want to skip

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix thinko in autovacuum's test to skip temp tables: want to skip
Date: 2006-01-20 15:17:13
Message-ID: 20060120151713.098BE9DCB44@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
pgsql/src/backend/postmaster:
autovacuum.c (r1.5.2.4 -> r1.5.2.5)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/autovacuum.c.diff?r1=1.5.2.4&r2=1.5.2.5)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-01-20 16:41:55 pgsql: Update EXPLAIN wording for GEQO usage.
Previous Message Tom Lane 2006-01-20 15:16:56 pgsql: Fix thinko in autovacuum's test to skip temp tables: want to skip