Heikki Linnakangas <heikki(at)enterprisedb(dot)com> writes:
> Tom Lane wrote:
>> What sort of "wait for finish" mechanism do you have in mind?
> I was thinking of XactLockTableWait.
Ugh. I don't think the bgwriter can participate in heavyweight-lockmgr
operations, or should become able to.
Nor will that work for prepared xacts --- you don't want to wait for the
eventual commit, only for PREPARE TRANSACTION to exit its critical
section.
regards, tom lane
In response to
Responses
pgsql-hackers by date
| Next: | From: Josh Berkus | Date: 2007-04-02 21:35:00 |
| Subject: Re: So are we calling it: Feature Freeze? |
| Previous: | From: Tom Lane | Date: 2007-04-02 21:30:58 |
| Subject: Re: Is this portable? |