Re: Representation of ResourceOwnerIds (transient XIDs) in system views (lazy xid assignment)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Florian G(dot) Pflug" <fgp(at)phlo(dot)org>
Cc: Postgresql-Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Representation of ResourceOwnerIds (transient XIDs) in system views (lazy xid assignment)
Date: 2007-08-29 23:15:10
Message-ID: 12691.1188429310@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Florian G. Pflug" <fgp(at)phlo(dot)org> writes:
> What about a string representation? Something like
> sessionId/localTransactionId? Should we ever decide that indeed this
> *should* get it's own datatype, a string representation would allow
> for a very painless transition...

Yeah, that's probably the best way.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-08-29 23:21:53 Re: int8 & INT64_IS_BUSTED
Previous Message Bruce Momjian 2007-08-29 23:10:10 Re: Why is there a tsquery data type?