]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Implement search_normalize and naco_normalize in C.
authorSwenyu Duan <dsy@sina.com>
Thu, 31 May 2012 09:02:45 +0000 (05:02 -0400)
committerSwenyu Duan <dsy@sina.com>
Thu, 31 May 2012 09:02:45 +0000 (05:02 -0400)
commit20614d25425ea9defb1678456e8ba46a744a75dc
tree8c0ec569f178b170be6b440a8012d6bb576e38fa
parent5537727d1b7e50452f1933e401998de192ecfe02
Implement search_normalize and naco_normalize in C.

This is the first extension for PostgreSQl.
The lib has not been tested yet.
The normalize.functions_in_c.c relies on ICU4C lib. The makefile links
normalize.functions_in_c.o libs of ICU4C(/usr/lib) and PostgreSQL lib.
c_functions--1.0.sql will replace the original plperlu version of
search_normalize and naco_normalize into C version.
Open-ILS/src/sql/Pg/extensions/c_functions--1.0.sql [new file with mode: 0755]
Open-ILS/src/sql/Pg/extensions/c_functions.control [new file with mode: 0755]
Open-ILS/src/sql/Pg/extensions/makefile [new file with mode: 0644]
Open-ILS/src/sql/Pg/extensions/normalize.functions_in_c.c [new file with mode: 0755]