Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d955727

Browse files
committed
Added \n to error message.
1 parent 6c82ae2 commit d955727

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/libpq/fe-exec.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-exec.c,v 1.30 1997/06/01 03:18:32 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-exec.c,v 1.31 1997/06/01 04:59:25 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -332,7 +332,7 @@ makePGresult(PGconn* conn, char* pname)
332332
backend dumps core */
333333
sprintf(conn->errorMessage,
334334
"FATAL: unrecognized data from the backend. "
335-
"It probably dumped core.");
335+
"It probably dumped core.\n");
336336
fprintf(stderr, conn->errorMessage);
337337
result->resultStatus = PGRES_FATAL_ERROR;
338338
return result;

0 commit comments

Comments
 (0)