mirror of
https://github.com/postgres/postgres.git
synced 2025-12-04 12:02:48 +03:00
Re-run pgindent with updated list of typedefs. (Updated README should
avoid this problem in the future.)
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/tsearch/dict_simple.c,v 1.5 2007/11/15 21:14:38 momjian Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/tsearch/dict_simple.c,v 1.6 2007/11/15 22:25:16 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -24,7 +24,7 @@ typedef struct
|
||||
{
|
||||
StopList stoplist;
|
||||
bool accept;
|
||||
} DictSimple;
|
||||
} DictSimple;
|
||||
|
||||
|
||||
Datum
|
||||
|
||||
Reference in New Issue
Block a user