Gábriel Ákos wrote:
> Hi,
>
> I've setup the most basic cluster ever (2 nodes, 1 replication node) and
> if I do the following:
>
> 1. start up node1
> 2. start up replication (on node1 also)
> 3. start up node2 with -R
> 4. insert into a table on node2
>
> 1.5rc11 on 32-bit machine (P4, ubuntu).
... then the subject appears in the log of pgreplicate...
... and the inserted value appears twice in the database of node1
... and the query on node2 never returns
If I shut down node2 database and then restart, then of course they are
in sync.
... afterwards I somehow managed that if I create ANY table in the empty
database, it states that the table already exists. And checking
afterwards, the table is there :) Although I never made it before :)
Maybe it is of interest that my database was initialized with UTF-8
encoding. Hm, I'll test with plain ascii.
Rgds,
Akos
|