]> granicus.if.org Git - postgresql/commit
Migrate the former contrib/txid module into core. This will make it easier
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 13 Oct 2007 23:06:28 +0000 (23:06 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 13 Oct 2007 23:06:28 +0000 (23:06 +0000)
commit18e3fcc31e79ab89a3c4296b33946999c0956cbb
tree72a9cbc2d3a760f0deece1be0107822201c15480
parent17333b6d0946ed71ec17d186014259ae76326d11
Migrate the former contrib/txid module into core.  This will make it easier
for Slony and Skytools to depend on it.  Per discussion.
12 files changed:
doc/src/sgml/datatype.sgml
doc/src/sgml/func.sgml
src/backend/utils/adt/Makefile
src/backend/utils/adt/txid.c [new file with mode: 0644]
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h
src/include/catalog/pg_type.h
src/include/utils/builtins.h
src/test/regress/expected/txid.out [new file with mode: 0644]
src/test/regress/parallel_schedule
src/test/regress/serial_schedule
src/test/regress/sql/txid.sql [new file with mode: 0644]