Re: [HACKERS] pg_serial early wraparound

2018-03-30 Thread Tom Lane
Thomas Munro writes: > On Tue, Mar 27, 2018 at 5:50 AM, Tom Lane wrote: >> I'm a little worried because Anastasia couldn't repeat the test; >> why is that? > Hmm. I'm not sure. It works for me on a couple of machines and what I see > is: Yeah, it works for me too, so not sure what the proble

Re: [HACKERS] pg_serial early wraparound

2018-03-26 Thread Thomas Munro
On Tue, Mar 27, 2018 at 5:50 AM, Tom Lane wrote: > Thomas Munro writes: >> Rebased again, now with a commit message. That assertion has since >> been removed (commit ec99dd5a) so the attached test script can once >> again be used to see the contents of pg_serial as the xid goes all the >> way ar

Re: [HACKERS] pg_serial early wraparound

2018-03-26 Thread Tom Lane
Thomas Munro writes: > Rebased again, now with a commit message. That assertion has since > been removed (commit ec99dd5a) so the attached test script can once > again be used to see the contents of pg_serial as the xid goes all the > way around, if you build with TEST_OLDSERXID defined so that >

Re: [HACKERS] pg_serial early wraparound

2018-01-22 Thread Stephen Frost
Greetings, * Thomas Munro (thomas.mu...@enterprisedb.com) wrote: > On Wed, Jun 28, 2017 at 1:11 PM, Thomas Munro > wrote: > > On Sat, Mar 25, 2017 at 7:27 AM, Thomas Munro > > wrote: > >> On Sat, Mar 25, 2017 at 3:11 AM, Anastasia Lubennikova > >> wrote: > >>> You claim that SLRUs now support f

Re: [HACKERS] pg_serial early wraparound

2017-11-29 Thread Michael Paquier
On Fri, Sep 1, 2017 at 8:12 PM, Thomas Munro wrote: > Rebased again, now with a commit message. That assertion has since > been removed (commit ec99dd5a) so the attached test script can once > again be used to see the contents of pg_serial as the xid goes all the > way around, if you build with T