File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $PostgreSQL: pgsql/src/backend/tsearch/wparser_def.c,v 1.28 2010/03/13 00:41:58 momjian Exp $
10
+ * $PostgreSQL: pgsql/src/backend/tsearch/wparser_def.c,v 1.29 2010/04/26 17:10:18 tgl Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -387,7 +387,7 @@ TParserClose(TParser *prs)
387
387
#endif
388
388
389
389
#ifdef WPARSER_TRACE
390
- fprintf (stderr , "closing parser" );
390
+ fprintf (stderr , "closing parser\n " );
391
391
#endif
392
392
pfree (prs );
393
393
}
@@ -407,7 +407,7 @@ TParserCopyClose(TParser *prs)
407
407
}
408
408
409
409
#ifdef WPARSER_TRACE
410
- fprintf (stderr , "closing parser copy" );
410
+ fprintf (stderr , "closing parser copy\n " );
411
411
#endif
412
412
pfree (prs );
413
413
}
You can’t perform that action at this time.
0 commit comments