tablelog - tablelog: Split table_log.c into two files, logging vs.

From: kimhanse(at)pgfoundry(dot)org (User Kimhanse)
To: pgsql-committers(at)postgresql(dot)org
Subject: tablelog - tablelog: Split table_log.c into two files, logging vs.
Date: 2005-04-22 23:11:02
Message-ID: 20050422231102.3EF591FB6E65@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Split table_log.c into two files, logging vs. restoring

Modified Files:
--------------
tablelog:
Makefile (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/Makefile.diff?r1=1.2&r2=1.3)
table_log.c (r1.7 -> r1.8)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/table_log.c.diff?r1=1.7&r2=1.8)
tablelog/test/benchmark:
run.sh (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/test/benchmark/run.sh.diff?r1=1.1&r2=1.2)

Added Files:
-----------
tablelog:
table_log_restore.c (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/table_log_restore.c?rev=1.1&content-type=text/x-cvsweb-markup)

Browse pgsql-committers by date

  From Date Subject
Next Message User Kimhanse 2005-04-22 23:25:06 tablelog - tablelog: Fix small warnings
Previous Message James William Pye 2005-04-22 22:35:18 python - be: Move the TIF_Repr into htup_repr.