提交 962c2580 编写于 作者: B Bruce Momjian

Comment out no-op ps updates for setproctitle(), until we figure out

what to do.
上级 d264fb41
......@@ -24,10 +24,10 @@ extern char Ps_status_buffer[];
} while (0)
#define PS_CLEAR_STATUS() \
do { Ps_status_buffer[0] = '\0'; } while (0)
do { /*Ps_status_buffer[0] = '\0';*/ } while (0)
#define PS_SET_STATUS(status) \
do { strcpy(Ps_status_buffer, (status)); } while (0)
do { /*strcpy(Ps_status_buffer, (status));*/ } while (0)
#define PS_STATUS (Ps_status_buffer)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册