[HACKERS] Re: Advice on MyXactMade* flags, MyLastRecPtr, pendingDeletes and lazy XID assignment

2007-08-30 Thread Florian G. Pflug
Gregory Stark wrote: Florian G. Pflug [EMAIL PROTECTED] writes: It seems doable, but it's not pretty. One possible scheme would be to emit a record *after* chosing a name but *before* creating the file, No, because the way you know the name is good is a successful open(O_CREAT). The idea was

[HACKERS] Re: Advice on MyXactMade* flags, MyLastRecPtr, pendingDeletes and lazy XID assignment

2007-08-29 Thread Simon Riggs
On Wed, 2007-08-29 at 19:32 +0200, Florian G. Pflug wrote: I propose to do the following in my lazy XID assignment patch The lazy XID assignment seems to be the key to unlocking this whole area. - can anyone see a hole in that? .) Get rid of MyLastRecPtr and MyXactMadeTempRelUpdates.