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 8e9ad61 commit 01e6640Copy full SHA for 01e6640
src/bin/psql/help.c
@@ -3,7 +3,7 @@
3
*
4
* Copyright 2000 by PostgreSQL Global Development Group
5
6
- * $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.31 2000/05/26 15:47:18 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.31.2.1 2000/09/23 19:17:06 tgl Exp $
7
*/
8
#include "postgres.h"
9
#include "help.h"
@@ -137,11 +137,6 @@ usage(void)
137
puts("the PostgreSQL manual, which accompanies the distribution and is also");
138
puts("available at <http://www.postgresql.org>.");
139
puts("Report bugs to <pgsql-bugs@postgresql.org>.");
140
-
141
-#ifndef WIN32
142
- if (pw)
143
- free(pw);
144
-#endif
145
}
146
147
0 commit comments