|
From: Michael P. <mic...@gm...> - 2013-04-27 00:03:26
|
On Sat, Apr 27, 2013 at 12:44 AM, Paul Jones <pb...@cm...> wrote: > EXECUTE DIRECT ON data_east03 'SELECT count(1) FROM foo'; > > count > ---------- > 1 > (1 row) > > > EXECUTE DIRECT ON data_east02 'SELECT count(1) FROM foo'; > > count > ------------ > 100000 > (1 row) > > I get the same result even if I properly shutdown and restart the cluster. > There is obviously a bug with COPY FROM and replicated tables, rows are not fed to all the necessary nodes. -- Michael |