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

Commit 962c258

Browse files
committed
Comment out no-op ps updates for setproctitle(), until we figure out
what to do.
1 parent d264fb4 commit 962c258

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/utils/ps_status.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ extern char Ps_status_buffer[];
2424
} while (0)
2525

2626
#define PS_CLEAR_STATUS() \
27-
do { Ps_status_buffer[0] = '\0'; } while (0)
27+
do { /*Ps_status_buffer[0] = '\0';*/ } while (0)
2828

2929
#define PS_SET_STATUS(status) \
30-
do { strcpy(Ps_status_buffer, (status)); } while (0)
30+
do { /*strcpy(Ps_status_buffer, (status));*/ } while (0)
3131

3232
#define PS_STATUS (Ps_status_buffer)
3333

0 commit comments

Comments
 (0)