Re: [PATCHES] [PATCH] Provide 8-byte transaction IDs to

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Marko Kreen" <markokr(at)gmail(dot)com>
Cc: "Bruce Momjian" <bruce(at)momjian(dot)us>, pgsql-hackers(at)postgresql(dot)org, "Jan Wieck" <JanWieck(at)yahoo(dot)com>
Subject: Re: [PATCHES] [PATCH] Provide 8-byte transaction IDs to
Date: 2006-08-21 17:29:48
Message-ID: 28412.1156181388@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

"Marko Kreen" <markokr(at)gmail(dot)com> writes:
> On 8/21/06, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>> I'm not following the point here. Dump and restore has never intended
>> to preserve the transaction counter, so why should it preserve
>> high-order bits of the transaction counter?

> Thus it guarantees that any new issued large txid's will be larger
> than existing ones in tables. Thus code can depend on monotonous
> growth.

Within a single installation, sure, but I don't buy that we ought to try
to preserve XIDs across installations.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Markus Schiltknecht 2006-08-21 17:42:47 Re: Replication
Previous Message Marko Kreen 2006-08-21 17:15:43 Re: [PATCHES] [PATCH] Provide 8-byte transaction IDs to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2006-08-21 17:45:54 Re: [HACKERS] proposal - plpgsql: execute using into
Previous Message Marko Kreen 2006-08-21 17:15:43 Re: [PATCHES] [PATCH] Provide 8-byte transaction IDs to