[Groonga-commit] pgroonga/pgroonga at 62dc0b7 [master] Fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Oct 28 21:05:16 JST 2015


Kouhei Sutou	2015-10-28 21:05:16 +0900 (Wed, 28 Oct 2015)

  New Revision: 62dc0b7623e800285a580172d6f9851c5480cb67
  https://github.com/pgroonga/pgroonga/commit/62dc0b7623e800285a580172d6f9851c5480cb67

  Message:
    Fix a typo

  Modified files:
    expected/array/text/single/contain/bitmapscan.out
    expected/array/text/single/contain/indexscan.out
    expected/array/text/single/contain/seqscan.out
    sql/array/text/single/contain/bitmapscan.sql
    sql/array/text/single/contain/indexscan.sql
    sql/array/text/single/contain/seqscan.sql

  Modified: expected/array/text/single/contain/bitmapscan.out (+1 -1)
===================================================================
--- expected/array/text/single/contain/bitmapscan.out    2015-10-28 21:03:37 +0900 (db31cb0)
+++ expected/array/text/single/contain/bitmapscan.out    2015-10-28 21:05:16 +0900 (f5fd603)
@@ -4,7 +4,7 @@ CREATE TABLE memos (
 );
 INSERT INTO memos
      VALUES ('PostgreSQL',
-             ARRAY['PostgreSQL is an OSS RDMBS',
+             ARRAY['PostgreSQL is an OSS RDBMS',
                    'PostgreSQL has partial full-text search support']);
 INSERT INTO memos
      VALUES ('Groonga', ARRAY['Groonga is an OSS full-text search engine',

  Modified: expected/array/text/single/contain/indexscan.out (+1 -1)
===================================================================
--- expected/array/text/single/contain/indexscan.out    2015-10-28 21:03:37 +0900 (c6209a8)
+++ expected/array/text/single/contain/indexscan.out    2015-10-28 21:05:16 +0900 (e23faa2)
@@ -4,7 +4,7 @@ CREATE TABLE memos (
 );
 INSERT INTO memos
      VALUES ('PostgreSQL',
-             ARRAY['PostgreSQL is an OSS RDMBS',
+             ARRAY['PostgreSQL is an OSS RDBMS',
                    'PostgreSQL has partial full-text search support']);
 INSERT INTO memos
      VALUES ('Groonga', ARRAY['Groonga is an OSS full-text search engine',

  Modified: expected/array/text/single/contain/seqscan.out (+1 -1)
===================================================================
--- expected/array/text/single/contain/seqscan.out    2015-10-28 21:03:37 +0900 (5c2aed0)
+++ expected/array/text/single/contain/seqscan.out    2015-10-28 21:05:16 +0900 (1c0d0a0)
@@ -4,7 +4,7 @@ CREATE TABLE memos (
 );
 INSERT INTO memos
      VALUES ('PostgreSQL',
-             ARRAY['PostgreSQL is an OSS RDMBS',
+             ARRAY['PostgreSQL is an OSS RDBMS',
                    'PostgreSQL has partial full-text search support']);
 INSERT INTO memos
      VALUES ('Groonga', ARRAY['Groonga is an OSS full-text search engine',

  Modified: sql/array/text/single/contain/bitmapscan.sql (+1 -1)
===================================================================
--- sql/array/text/single/contain/bitmapscan.sql    2015-10-28 21:03:37 +0900 (6b2e462)
+++ sql/array/text/single/contain/bitmapscan.sql    2015-10-28 21:05:16 +0900 (5a906ab)
@@ -5,7 +5,7 @@ CREATE TABLE memos (
 
 INSERT INTO memos
      VALUES ('PostgreSQL',
-             ARRAY['PostgreSQL is an OSS RDMBS',
+             ARRAY['PostgreSQL is an OSS RDBMS',
                    'PostgreSQL has partial full-text search support']);
 INSERT INTO memos
      VALUES ('Groonga', ARRAY['Groonga is an OSS full-text search engine',

  Modified: sql/array/text/single/contain/indexscan.sql (+1 -1)
===================================================================
--- sql/array/text/single/contain/indexscan.sql    2015-10-28 21:03:37 +0900 (6054737)
+++ sql/array/text/single/contain/indexscan.sql    2015-10-28 21:05:16 +0900 (942818c)
@@ -5,7 +5,7 @@ CREATE TABLE memos (
 
 INSERT INTO memos
      VALUES ('PostgreSQL',
-             ARRAY['PostgreSQL is an OSS RDMBS',
+             ARRAY['PostgreSQL is an OSS RDBMS',
                    'PostgreSQL has partial full-text search support']);
 INSERT INTO memos
      VALUES ('Groonga', ARRAY['Groonga is an OSS full-text search engine',

  Modified: sql/array/text/single/contain/seqscan.sql (+1 -1)
===================================================================
--- sql/array/text/single/contain/seqscan.sql    2015-10-28 21:03:37 +0900 (5742875)
+++ sql/array/text/single/contain/seqscan.sql    2015-10-28 21:05:16 +0900 (5c6e656)
@@ -5,7 +5,7 @@ CREATE TABLE memos (
 
 INSERT INTO memos
      VALUES ('PostgreSQL',
-             ARRAY['PostgreSQL is an OSS RDMBS',
+             ARRAY['PostgreSQL is an OSS RDBMS',
                    'PostgreSQL has partial full-text search support']);
 INSERT INTO memos
      VALUES ('Groonga', ARRAY['Groonga is an OSS full-text search engine',
-------------- next part --------------
HTML����������������������������...
Download 



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