(ctx context.Context)
| 1147 | } |
| 1148 | |
| 1149 | func (q *querier) Ping(ctx context.Context) (time.Duration, error) { |
| 1150 | return q.db.Ping(ctx) |
| 1151 | } |
| 1152 | |
| 1153 | func (q *querier) PGLocks(ctx context.Context) (database.PGLocks, error) { |
| 1154 | return q.db.PGLocks(ctx) |