File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
* to contain some useful information. Mechanism differs wildly across
6
6
* platforms.
7
7
*
8
- * $PostgreSQL: pgsql/src/backend/utils/misc/ps_status.c,v 1.23 2005/01/01 05:43:08 momjian Exp $
8
+ * $PostgreSQL: pgsql/src/backend/utils/misc/ps_status.c,v 1.24 2005/05/24 07:16:27 neilc Exp $
9
9
*
10
10
* Copyright (c) 2000-2005, PostgreSQL Global Development Group
11
11
* various details abducted from various places
@@ -130,7 +130,7 @@ static void pgwin32_update_ident(char *ident)
130
130
* environment strings may be moved, so this should be called before any code
131
131
* that might try to hang onto a getenv() result.)
132
132
*/
133
- char * *
133
+ char * *
134
134
save_ps_display_args (int argc , char * * argv )
135
135
{
136
136
save_argc = argc ;
You can’t perform that action at this time.
0 commit comments