Fri Sep 28 07:07:28 PDT 2007
- Previous message: [Slony1-hackers] Re: XID in PG core/contrib
- Next message: [Slony1-hackers] EXECUTE SCRIPT and deadlocks
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Marko Kreen" <markokr at gmail.com> writes: > Final API: > int8 txid_current() > txid_snapshot txid_current_snapshot() > int8 txid_snapshot_xmin(snap) > int8 txid_snapshot_xmax(snap) > setof int8 txid_snapshot_xip(snap) > bool txid_visible_in_snapshot(int8, snap) > bool txid_not_visible_in_snapshot(int8, snap) The last seems pretty thoroughly redundant? > - removed use of "unsigned long long" in txid_snapshot_out, > instead I try to guess the correct fromat string for uint64 > from HAVE_LONG_INT_64 What's to guess? Use UINT64_FORMAT regards, tom lane
- Previous message: [Slony1-hackers] Re: XID in PG core/contrib
- Next message: [Slony1-hackers] EXECUTE SCRIPT and deadlocks
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-hackers mailing list