HotStandbyFeedbackMessage constructor

HotStandbyFeedbackMessage(
  1. DateTime clientTime,
  2. int currentGlobalXmin,
  3. int epochGlobalXminXid,
  4. int lowestCatalogXmin,
  5. int epochCatalogXminXid,
)

Implementation

HotStandbyFeedbackMessage(
    this.clientTime,
    this.currentGlobalXmin,
    this.epochGlobalXminXid,
    this.lowestCatalogXmin,
    this.epochCatalogXminXid);