We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c82ae2 commit d955727Copy full SHA for d955727
src/interfaces/libpq/fe-exec.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-exec.c,v 1.30 1997/06/01 03:18:32 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-exec.c,v 1.31 1997/06/01 04:59:25 momjian Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -332,7 +332,7 @@ makePGresult(PGconn* conn, char* pname)
332
backend dumps core */
333
sprintf(conn->errorMessage,
334
"FATAL: unrecognized data from the backend. "
335
- "It probably dumped core.");
+ "It probably dumped core.\n");
336
fprintf(stderr, conn->errorMessage);
337
result->resultStatus = PGRES_FATAL_ERROR;
338
return result;
0 commit comments