textsearch-ja - textsearch_groonga: Preprocess installer script with C

From: itagaki(at)pgfoundry(dot)org (User Itagaki)
To: pgsql-committers(at)postgresql(dot)org
Subject: textsearch-ja - textsearch_groonga: Preprocess installer script with C
Date: 2010-10-29 10:00:44
Message-ID: 20101029100044.7C07C1071059@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Preprocess installer script with C preprocessor to support version dependent SQLs.
*.sql.in is generated from *.sql.c.
Add more documentation.

Modified Files:
--------------
textsearch_groonga:
Makefile (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch_groonga/Makefile?r1=1.5&r2=1.6)
groonga_types.c (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch_groonga/groonga_types.c?r1=1.2&r2=1.3)
textsearch_groonga.c (r1.11 -> r1.12)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch_groonga/textsearch_groonga.c?r1=1.11&r2=1.12)
textsearch_groonga/doc:
textsearch_groonga.html (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch_groonga/doc/textsearch_groonga.html?r1=1.1&r2=1.2)

Added Files:
-----------
textsearch_groonga:
textsearch_groonga.sql.c (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch_groonga/textsearch_groonga.sql.c?rev=1.1&content-type=text/x-cvsweb-markup)
textsearch_groonga/pgut:
pgut-be.c (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch_groonga/pgut/pgut-be.c?rev=1.1&content-type=text/x-cvsweb-markup)
pgut-be.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch_groonga/pgut/pgut-be.h?rev=1.1&content-type=text/x-cvsweb-markup)

Removed Files:
-------------
textsearch_groonga:
textsearch_groonga.sql.in
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch_groonga/textsearch_groonga.sql.in)

Browse pgsql-committers by date

  From Date Subject
Next Message User Hinoue 2010-10-29 12:39:16 psqlodbc - psqlodbc: Move the setting of folder name of libpq or gssapi
Previous Message User Itagaki 2010-10-29 08:46:08 textsearch-ja - textsearch_groonga: New Directory