Kouhei Sutou
null+****@clear*****
Mon Jun 5 00:09:02 JST 2017
Kouhei Sutou 2017-06-05 00:09:02 +0900 (Mon, 05 Jun 2017) New Revision: ec0509c988200ff9e88d6bf25ccf904ea1caf7f3 https://github.com/pgroonga/pgroonga/commit/ec0509c988200ff9e88d6bf25ccf904ea1caf7f3 Message: Fix a typo Modified files: src/pgroonga.c Modified: src/pgroonga.c (+2 -2) =================================================================== --- src/pgroonga.c 2017-06-05 00:08:04 +0900 (2b078c3) +++ src/pgroonga.c 2017-06-05 00:09:02 +0900 (a3df9ee) @@ -1882,7 +1882,7 @@ pgroonga_match_text_array(PG_FUNCTION_ARGS) * It's deprecated since 1.2.1. Just for backward compatibility. */ Datum -pgroonga_match_containt_text(PG_FUNCTION_ARGS) +pgroonga_match_contain_text(PG_FUNCTION_ARGS) { return pgroonga_match_text_array(fcinfo); } @@ -1964,7 +1964,7 @@ pgroonga_query_text_array(PG_FUNCTION_ARGS) * It's deprecated since 1.2.1. Just for backward compatibility. */ Datum -pgroonga_query_containt_text(PG_FUNCTION_ARGS) +pgroonga_query_contain_text(PG_FUNCTION_ARGS) { return pgroonga_query_text_array(fcinfo); } -------------- next part -------------- HTML����������������������������... Download