Skip to content

Commit

Permalink
Remove sl_log_1/2 from list of tables to be vacuumed, per comment fro…
Browse files Browse the repository at this point in the history
…m Jan in bug #78
  • Loading branch information
Christopher Browne committed Aug 11, 2010
1 parent 22c3294 commit fbaf4cd
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/backend/slony1_funcs.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5599,16 +5599,6 @@ begin
return next prec;
end if;
prec.nspname := '_@CLUSTERNAME@';
prec.relname := 'sl_log_1';
if @NAMESPACE@.ShouldSlonyVacuumTable(prec.nspname, prec.relname) then
return next prec;
end if;
prec.nspname := '_@CLUSTERNAME@';
prec.relname := 'sl_log_2';
if @NAMESPACE@.ShouldSlonyVacuumTable(prec.nspname, prec.relname) then
return next prec;
end if;
prec.nspname := '_@CLUSTERNAME@';
prec.relname := 'sl_seqlog';
if @NAMESPACE@.ShouldSlonyVacuumTable(prec.nspname, prec.relname) then
return next prec;
Expand Down

0 comments on commit fbaf4cd

Please sign in to comment.