From: | "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com> |
---|---|
To: | "Robert A(dot) Klahn" <robert(at)kint(dot)org> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Artificially increase TransactionID? |
Date: | 2007-10-11 01:20:05 |
Message-ID: | 20071010182005.346f94e8@scratch |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Wed, 10 Oct 2007 17:57:57 -0700
"Robert A. Klahn" <robert(at)kint(dot)org> wrote:
> Greetings:
>
> I am interested in increasing the PostgreSQL TransactionID, as part
> of testing a (yet another) replication system that I am working on.
> (http://bruce.codehaus.org/ for the interested). I would like to
> test what happens when the transactionID crosses 2^31 and when it
> wraps around at 2^32-1. Other than running "select now()" 2^31 times,
> is there a practical way to raise the transactionID by large amounts?
>
> I need to test against Pg 8.1.X and 8.2.X, and probably 8.3 while Im
> at it.
Well without significant changes, my guess is what will happen is
postgresql will shut itself down and make you vacuum :)
Joshua D. Drake
>
> Many thanks in advance.....Bob.
>
>
--
=== The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 24x7/Emergency: +1.800.492.2240
PostgreSQL solutions since 1997 http://www.commandprompt.com/
UNIQUE NOT NULL
Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
PostgreSQL Replication: http://www.commandprompt.com/products/
From | Date | Subject | |
---|---|---|---|
Next Message | Tatsuo Ishii | 2007-10-11 01:27:18 | Re: Skytools committed without hackers discussion/review |
Previous Message | Robert A. Klahn | 2007-10-11 00:57:57 | Artificially increase TransactionID? |