[Groonga-commit] pgroonga/pgroonga at f0b7855 [master] Drop bpchar related code

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Feb 15 12:21:16 JST 2015


Kouhei Sutou	2015-02-15 12:21:16 +0900 (Sun, 15 Feb 2015)

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

  Message:
    Drop bpchar related code

  Modified files:
    pgroonga.c

  Modified: pgroonga.c (+0 -1)
===================================================================
--- pgroonga.c    2015-02-15 12:19:48 +0900 (beebc84)
+++ pgroonga.c    2015-02-15 12:21:16 +0900 (0ff351f)
@@ -407,7 +407,6 @@ PGrnGetType(Relation index, AttrNumber n, unsigned char *flags)
 	case XMLOID:
 		typeID = GRN_DB_LONG_TEXT;
 		break;
-	case BPCHAROID:
 	case VARCHAROID:
 		typeID = GRN_DB_LONG_TEXT;
 		maxlen = type_maximum_size(attr->atttypid, attr->atttypmod);
-------------- next part --------------
HTML����������������������������...
Download 



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