1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Cleanup of prototypes. FIx for PQtrace start/stop several times.

This commit is contained in:
Bruce Momjian
1998-01-14 15:48:51 +00:00
parent d8972c62b4
commit cb3ce64f2e
5 changed files with 34 additions and 64 deletions

View File

@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.55 1998/01/13 14:57:25 vadim Exp $
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.56 1998/01/14 15:48:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -1331,7 +1331,6 @@ PQuntrace(PGconn *conn)
if (conn->Pfdebug)
{
fflush(conn->Pfdebug);
fclose(conn->Pfdebug);
conn->Pfdebug = NULL;
}
}