diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/pgstat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/pgstat.h b/src/include/pgstat.h index dd978d79c3d..cad9b54e7b5 100644 --- a/src/include/pgstat.h +++ b/src/include/pgstat.h @@ -203,7 +203,8 @@ typedef struct PgStat_MsgDummy typedef struct PgStat_MsgInquiry { PgStat_MsgHdr m_hdr; - TimestampTz inquiry_time; /* minimum acceptable file timestamp */ + TimestampTz clock_time; /* observed local clock time */ + TimestampTz cutoff_time; /* minimum acceptable file timestamp */ } PgStat_MsgInquiry; |