diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-12-31 19:39:11 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-12-31 19:39:11 +0000 |
commit | dbf53e6345b17be375d35043b6a0e64276f87b75 (patch) | |
tree | 1082130b85063b7ae72498ce843d961e37173833 /src/include/pgstat.h | |
parent | ba3e1cb8c2025f9f94a270d2e659ab341c696ec8 (diff) |
Rename variable to cmd_str.
Diffstat (limited to 'src/include/pgstat.h')
-rw-r--r-- | src/include/pgstat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/pgstat.h b/src/include/pgstat.h index 3f1512f8a32..40ee8e763df 100644 --- a/src/include/pgstat.h +++ b/src/include/pgstat.h @@ -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; /* ---------- |