1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-12 21:01:52 +03:00

Rename variable to cmd_str.

This commit is contained in:
Bruce Momjian
2005-12-31 19:39:11 +00:00
parent ba3e1cb8c2
commit dbf53e6345
2 changed files with 10 additions and 10 deletions

View File

@ -5,7 +5,7 @@
*
* Copyright (c) 2001-2005, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/include/pgstat.h,v 1.39 2005/12/31 17:46:19 momjian Exp $
* $PostgreSQL: pgsql/src/include/pgstat.h,v 1.40 2005/12/31 19:39:11 momjian Exp $
* ----------
*/
#ifndef PGSTAT_H
@ -179,7 +179,7 @@ typedef struct PgStat_MsgAnalyze
typedef struct PgStat_MsgActivity
{
PgStat_MsgHdr m_hdr;
char m_stat_msg[PGSTAT_ACTIVITY_SIZE];
char m_cmd_str[PGSTAT_ACTIVITY_SIZE];
} PgStat_MsgActivity;
/* ----------