Re: loose ends in lazy-XID-assigment patch - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: loose ends in lazy-XID-assigment patch
Date
Msg-id 46DEF9E9.3050809@dunslane.net
Whole thread Raw
In response to loose ends in lazy-XID-assigment patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: loose ends in lazy-XID-assigment patch
List pgsql-hackers

Tom Lane wrote:
> * Should CSV-mode logging include the virtual transaction ID (VXID) in
> addition to, or instead of, XID?  There will be many situations where
> there is no XID.
>
>
>   

But will there be any where we care? Isn't the point of this to restrict 
allocation of a real XID to situations where having one might actually 
matter? All the rest seems to me just bookkeeping.

cheers

andrew


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Should pointers to PGPROC be volatile-qualified?
Next
From: Greg Smith
Date:
Subject: Re: Final background writer cleanup for 8.3