Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8f0ab22

Browse files
committed
Add missing newlines in WPARSER_TRACE output.
1 parent75c5738 commit8f0ab22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/backend/tsearch/wparser_def.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* 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 $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -387,7 +387,7 @@ TParserClose(TParser *prs)
387387
#endif
388388

389389
#ifdefWPARSER_TRACE
390-
fprintf(stderr,"closing parser");
390+
fprintf(stderr,"closing parser\n");
391391
#endif
392392
pfree(prs);
393393
}
@@ -407,7 +407,7 @@ TParserCopyClose(TParser *prs)
407407
}
408408

409409
#ifdefWPARSER_TRACE
410-
fprintf(stderr,"closing parser copy");
410+
fprintf(stderr,"closing parser copy\n");
411411
#endif
412412
pfree(prs);
413413
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp