File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 5555 *
5656 *
5757 * IDENTIFICATION
58- * $PostgreSQL: pgsql/src/backend/postmaster/autovacuum.c,v 1.66 2007/10/26 20:45:10 alvherre Exp $
58+ * $PostgreSQL: pgsql/src/backend/postmaster/autovacuum.c,v 1.67 2007/10/29 22:17:41 alvherre Exp $
5959 *
6060 *-------------------------------------------------------------------------
6161 */
@@ -2100,7 +2100,8 @@ do_autovacuum(void)
21002100 /*
21012101 * Save the relation name for a possible error message, to avoid a
21022102 * catalog lookup in case of an error. Note: they must live in a
2103- * long-lived memory context.
2103+ * long-lived memory context because we call vacuum and analyze in
2104+ * different transactions.
21042105 */
21052106 datname = get_database_name (MyDatabaseId );
21062107 nspname = get_namespace_name (get_rel_namespace (tab -> at_relid ));
You can’t perform that action at this time.
0 commit comments