tablelog - tablelog: renamed all files to match newname changed - Mailing list pgsql-committers

From andreas@pgfoundry.org (User Andreas)
Subject tablelog - tablelog: renamed all files to match newname changed
Date
Msg-id 20050625222502.EEF001126011@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
renamed all files to match newname
changed parameter list in all functions
docu updated
Makefile.nocontrib updated
new way to fetch data in the restore function, should be
faster and has less code overhead

Modified Files:
--------------
    tablelog:
        Makefile.nocontrib (r1.4 -> r1.5)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/Makefile.nocontrib.diff?r1=1.4&r2=1.5)
        tablelog_config.h (r1.1 -> r1.2)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/tablelog_config.h.diff?r1=1.1&r2=1.2)

Added Files:
-----------
    tablelog:
        README.tablelog (r1.1)

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

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

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/tablelog.sql.in?rev=1.1&content-type=text/x-cvsweb-markup)
        tablelog_init.sql (r1.1)

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

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

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/tablelog_restore.sql?rev=1.1&content-type=text/x-cvsweb-markup)

Removed Files:
-------------
    tablelog:
        README.table_log
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/README.table_log)
        table_log.c
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/table_log.c)
        table_log.sql.in
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/table_log.sql.in)
        table_log_init.sql
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/table_log_init.sql)
        table_log_restore.c
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/table_log_restore.c)
        table_log_restore.sql
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/table_log_restore.sql)

pgsql-committers by date:

Previous
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - be: Default to this version of Python(needs to get it from the
Next
From: andreas@pgfoundry.org (User Andreas)
Date:
Subject: tablelog - tablelog: added an intro