Added the Skytools extended transaction ID module to contrib as discussed
on CORE previously. This module offers transaction ID's containing the original XID and the transaction epoch as a bigint value to the user level. It also provides a special txid_snapshot data type that contains an entire transactions visibility snapshot information, which is useful to determine if a particular txid was visible to a transaction or not. The module has been tested by porting Slony-I from using its original xxid data type. Jan
Showing
contrib/txid/Makefile
0 → 100644
contrib/txid/README.txid
0 → 100644
contrib/txid/sql/txid.sql
0 → 100644
contrib/txid/txid.c
0 → 100644
contrib/txid/txid.sql.in
0 → 100644
Please register or sign in to comment