Re: VirtualXactLockTableInsert - Mailing list pgsql-hackers

From Tom Lane
Subject Re: VirtualXactLockTableInsert
Date
Msg-id 12163.1214604056@sss.pgh.pa.us
Whole thread Raw
In response to VirtualXactLockTableInsert  (Simon Riggs <simon@2ndquadrant.com>)
Responses Re: VirtualXactLockTableInsert  (Simon Riggs <simon@2ndquadrant.com>)
List pgsql-hackers
Simon Riggs <simon@2ndquadrant.com> writes:
> In cases where we know we will assign a real xid, can we just skip the
> assignment of the virtual xid completely?

Even if we could do this I doubt it would be a good idea.  It'd destroy
the invariant that all transactions have a vxid, which at the very least
would create naming problems.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Jean-Michel Pouré
Date:
Subject: XML index support
Next
From: Tom Lane
Date:
Subject: Re: Table inheritance surprise