On Fri, May 24, 2013 at 10:01 AM, Amit Langote <amitlangot...@gmail.com>wrote:
> > Maybe I didn't explain correctly. I am using COPY/pg_dump/pg_restore for > > migration (and it is working fine). The streaming replication is for > > hot-standby replication *once migrated*. Thing is I disbable archving and > > set wal_level to minimal, when migrating the large portion of data, to > make > > it faster. Then I switch to wal_level=hot_standby, i.e the "production" > > configuration, and the WAL segment seuqence seems to overlap with the > > segments generated with the other setting. > > > > Though, now you understand it's not what it looks like, right? :-) > > > -- > Amit Langote > I didn't quite understand what you mean by that... But anyways so do you people think this sequence number overlap is "normal" ?