Re: [GENERAL] How to manually force a transaction wraparound

2016-05-05 Thread Eric Ridge
On Fri, Apr 29, 2016 at 10:16 PM Thomas Munro wrote: > On Sat, Apr 30, 2016 at 10:48 AM, Eric Ridge wrote: > > I want to force my database to wraparound, just to see what happens. How > > can I do this without consuming a few billion

Re: [GENERAL] How to manually force a transaction wraparound

2016-04-29 Thread Andrew Sullivan
On Sat, Apr 30, 2016 at 02:16:48PM +1200, Thomas Munro wrote: > Take a look at the script repro-bogus-subtrans-error-wraparound.sh > from this email: I wonder whether something like this (and other "beat it up" kinds of tools) ought to be in contrib/ or in some sort of well-known project

Re: [GENERAL] How to manually force a transaction wraparound

2016-04-29 Thread Thomas Munro
On Sat, Apr 30, 2016 at 10:48 AM, Eric Ridge wrote: > I want to force my database to wraparound, just to see what happens. How > can I do this without consuming a few billion transactions? Take a look at the script repro-bogus-subtrans-error-wraparound.sh from this email: