Re: FDW-based dblink - Mailing list pgsql-hackers

From Itagaki Takahiro
Subject Re: FDW-based dblink
Date
Msg-id 20090814160056.9A04.52131E4D@oss.ntt.co.jp
Whole thread Raw
In response to Re: FDW-based dblink  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
List pgsql-hackers
Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> wrote:

> In fact, by using 2PC without a recovery system you
> can end up with a transaction that's prepared but never committed or
> aborted, requiring an admin to remove it manually, which is even worse than
> not using 2PC to begin with.

Yes, true. But I think "hard-to-use" is better than "unable-to-do".
If needed, we can develop some recovery systems working with the
dblink together, no?

Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center




pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: FDW-based dblink
Next
From: Michael Meskes
Date:
Subject: Re: CommitFest 2009-07: Remaining Patches