MCPcopy Create free account
hub / github.com/apecloud/myduckserver / Running

Method Running

pgserver/logrepl/replication.go:481–485  ·  view source on GitHub ↗

Running returns whether replication is currently running

()

Source from the content-addressed store, hash-verified

479
480 r.commitOngoingTxnIfClean(state, delta.OnCloseFlushReason)
481
482 // Rollback any open transaction
483 r.rollback(ctx)
484
485 r.running = false
486 close(r.stop)
487}
488

Callers 1

waitForRunningFunction · 0.80

Calls

no outgoing calls

Tested by 1

waitForRunningFunction · 0.64