提交 8c71752a 编写于 作者: T Tom Lane

Remove unnecessary comma in enum definition ... some C compilers don't

like that.  Per report from J6M.
上级 f7d22658
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/utils/adt/tsquery.c,v 1.14 2008/01/01 19:45:53 momjian Exp $ * $PostgreSQL: pgsql/src/backend/utils/adt/tsquery.c,v 1.15 2008/01/08 01:04:08 tgl Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -105,7 +105,7 @@ typedef enum ...@@ -105,7 +105,7 @@ typedef enum
PT_VAL = 2, PT_VAL = 2,
PT_OPR = 3, PT_OPR = 3,
PT_OPEN = 4, PT_OPEN = 4,
PT_CLOSE = 5, PT_CLOSE = 5
} ts_tokentype; } ts_tokentype;
/* /*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册