[Groonga-commit] pgroonga/pgroonga at b92f696 [master] Remove needless information

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Nov 29 23:09:48 JST 2016


Kouhei Sutou	2016-11-29 23:09:48 +0900 (Tue, 29 Nov 2016)

  New Revision: b92f6961ea2a3ba7b207e584c474382e7e127349
  https://github.com/pgroonga/pgroonga/commit/b92f6961ea2a3ba7b207e584c474382e7e127349

  Message:
    Remove needless information

  Modified files:
    src/pgrn_escape.c

  Modified: src/pgrn_escape.c (+1 -1)
===================================================================
--- src/pgrn_escape.c    2016-11-29 23:09:26 +0900 (44247c2)
+++ src/pgrn_escape.c    2016-11-29 23:09:48 +0900 (24af710)
@@ -59,7 +59,7 @@ pgroonga_escape_string(PG_FUNCTION_ARGS)
 	if (rc != GRN_SUCCESS) {
 		ereport(ERROR,
 				(errcode(PGrnRCToPgErrorCode(rc)),
-				 errmsg("pgroonga: escape: value: failed to escape")));
+				 errmsg("pgroonga: escape: failed to escape")));
 	}
 	GRN_TEXT_PUTC(ctx, escapedValueBuffer, '"');
 
-------------- next part --------------
HTML����������������������������...
下载 



More information about the Groonga-commit mailing list
Back to archive index