Skip to content

Commit

Permalink
Update physical/postgresql/postgresql.go
Browse files Browse the repository at this point in the history
Co-Authored-By: bjorndolk <44286676+bjorndolk@users.noreply.github.com>
  • Loading branch information
kalafut and bjorndolk committed Apr 26, 2019
1 parent 689a563 commit 4fa185c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physical/postgresql/postgresql.go
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ func (l *PostgreSQLLock) Unlock() error {
l.renewTicker.Stop()
}

//Delete lock owned by me
// Delete lock owned by me
_, err := pg.client.Exec(pg.haDeleteLockExec, l.identity, l.key)
return err
}
Expand Down

0 comments on commit 4fa185c

Please sign in to comment.