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

Rename variable 'what' to 'stat_msg'.

This commit is contained in:
Bruce Momjian
2005-12-31 17:46:19 +00:00
parent 206499d2fb
commit ba3e1cb8c2
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.38 2005/10/15 02:49:41 momjian Exp $
* $PostgreSQL: pgsql/src/include/pgstat.h,v 1.39 2005/12/31 17:46:19 momjian Exp $
* ----------
*/
#ifndef PGSTAT_H
@ -179,7 +179,7 @@ typedef struct PgStat_MsgAnalyze
typedef struct PgStat_MsgActivity
{
PgStat_MsgHdr m_hdr;
char m_what[PGSTAT_ACTIVITY_SIZE];
char m_stat_msg[PGSTAT_ACTIVITY_SIZE];
} PgStat_MsgActivity;
/* ----------