pgsql: Code review for txid patch: add binary I/O functions, avoid

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Code review for txid patch: add binary I/O functions, avoid
Date: 2007-10-11 19:54:17
Message-ID: 20071011195417.29AED753E4C@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Code review for txid patch: add binary I/O functions, avoid dependence
on SerializableSnapshot, minor other cleanup. Marko Kreen, some further
editorialization by me.

Modified Files:
--------------
pgsql/contrib/txid:
Makefile (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/txid/Makefile?r1=1.1&r2=1.2)
README.txid (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/txid/README.txid?r1=1.1&r2=1.2)
txid.c (r1.3 -> r1.4)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/txid/txid.c?r1=1.3&r2=1.4)
txid.sql.in (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/txid/txid.sql.in?r1=1.1&r2=1.2)
uninstall_txid.sql (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/txid/uninstall_txid.sql?r1=1.1&r2=1.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-10-11 20:04:59 pgsql: Add missing word.
Previous Message Bruce Momjian 2007-10-11 19:46:22 pgsql: Update release notes in "major" and "migration" sections.