Skip to content

Latest commit

 

History

History

lixa

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

lixa

LIXA (LIbre XA) 是一个事务管理器,实现了分布式事务处理 XA 规范和 TX(transaction demarcation) 规范。

https://github.com/tiian/lixa

拓扑

Aaron Swartz

编译

tar xvzf lixa-X.Y.Z.tar.gz
cd lixa-X.Y.Z
./configure
make
sudo make install

重建

 autoreconf -v -f -i

Postgresql

./configure --with-postgresql-include=/usr/include/postgresql --with-postgresql-lib=/usr/lib