提交 dd1c6ba8 编写于 作者: H Heikki Linnakangas

Remove unused function that did nothing.

上级 740b34d7
......@@ -1922,15 +1922,6 @@ RecordTransactionAbortPrepared(TransactionId xid,
SyncRepWaitForLSN(recptr);
}
int
TwoPhaseRecoverMirror(void)
{
int retval = 0;
/* No need to do anything. */
return retval;
}
/*
* This function will gather up all the current prepared transaction xlog pointers,
* and pass that information back to the caller.
......
......@@ -85,8 +85,6 @@ extern void CheckPointTwoPhase(XLogRecPtr redo_horizon);
extern bool FinishPreparedTransaction(const char *gid, bool isCommit, bool raiseErrorIfNotFound);
extern int TwoPhaseRecoverMirror(void);
extern void TwoPhaseAddPreparedTransactionInit(
prepared_transaction_agg_state **ptas
, int *maxCount);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册