tablelog - tablelog: Split table_log.c into two files, logging vs. - Mailing list pgsql-committers

From kimhanse@pgfoundry.org (User Kimhanse)
Subject tablelog - tablelog: Split table_log.c into two files, logging vs.
Date
Msg-id 20050422231102.3EF591FB6E65@pgfoundry.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - be: Move the TIF_Repr into htup_repr.
Next
From: kimhanse@pgfoundry.org (User Kimhanse)
Date:
Subject: tablelog - tablelog: Fix small warnings