Any committers want to take ownership of this?
Thanks,
Joshua Reich
Changes that were made in July 2006 by Joshua Reich I.
Code
Greg Stark <[EMAIL PROTECTED]> writes:
> Here's a small patch to add the full suite of btree operators for tids
> and the corresponding btree opclass.
Having just felt a need for MAX(tid) and MIN(tid) to look into a
performance issue, I went ahead and committed this. I'm aware that
your later pat
Intro
-
Following patch exports 8 byte txid and snapshot to user level
allowing its use in regular SQL. It is based on Slony-I xxid
module. It provides special 'snapshot' type for snapshot but
uses regular int8 for transaction ID's.
Exported API
Type: snapshot
Functions:
Hi,
I've have attached a patch along with two new files.This patch should
reflect what we discussed at the Summit. Please let me know if I miss
anything.
There are a few potential/known issues which I need help from the gurus.
1) The current logic in src/backend/Makefile will only work for S