On Tue, Oct 13, 2009 at 12:42 PM, Jaime Casanova
<[email protected]> wrote:
> Hi,
>
> As i reported here
> http://lists.slony.info/pipermail/slony1-general/2009-October/010076.html
> when using 2.0.3rc2 i have some tables not replicating...
> actually what happens is that those tables doesn't get copied in the
> initial copy... i can workaround it by dropping the table from the
> set, readding it to a new set and then merge...
>

i have just seen this same problem in 1.2.20, looking a bit more seems
like the table "was copied" (note the n_tup_ins in the
pg_stat_user_tables record) still the table has no n_live_tup nor
n_dead_tup so i guess it was truncated. why is slony truncating these
tables a second time?

the tables with this problem, AFAICS, are those that are inherited (a
partition scheme, but not all inherited tables). ideas?

-[ RECORD 1 ]----+------------------------------
relid            | 22868
schemaname       | public
relname          | tcom_invitacion_200902
seq_scan         | 28
seq_tup_read     | 14791170
idx_scan         | 0
idx_tup_fetch    | 0
n_tup_ins        | 2465195
n_tup_upd        | 0
n_tup_del        | 0
n_tup_hot_upd    | 0
n_live_tup       | 0
n_dead_tup       | 0
last_vacuum      | 2010-03-20 22:59:38.858321-05
last_autovacuum  |
last_analyze     | 2010-03-20 22:59:38.858321-05
last_autoanalyze | 2010-03-20 13:24:02.694223-05

-- 
Atentamente,
Jaime Casanova
Soporte y capacitación de PostgreSQL
Asesoría y desarrollo de sistemas
Guayaquil - Ecuador
Cel. +59387171157
_______________________________________________
Slony1-general mailing list
[email protected]
http://lists.slony.info/mailman/listinfo/slony1-general

Reply via email to