We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e8a4e commit b91f3c7Copy full SHA for b91f3c7
pglogrepl.go
@@ -671,7 +671,7 @@ type CopyDoneResult struct {
671
672
// SendStandbyCopyDone sends a StandbyCopyDone to the PostgreSQL server
673
// to confirm ending the copy-both mode.
674
-func SendStandbyCopyDone(_ context.Context, conn *pgconn.PgConn) (cdr *CopyDoneResult, err error) {
+func SendStandbyCopyDone(_ context.Context, conn *pgconn.PgConn) (cdr CopyDoneResult, err error) {
675
// I am suspicious that this is wildly wrong, but I'm pretty sure the previous
676
// code was wildly wrong too -- wttw <steve@blighty.com>
677
conn.Frontend().Send(&pgproto3.CopyDone{})
0 commit comments