Skip to content

Commit

Permalink
fix missing check
Browse files Browse the repository at this point in the history
  • Loading branch information
RekGRpth committed May 24, 2024
1 parent 81953c1 commit 82ab713
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backup/queries_statistics.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ func GetAttributeStatistics(connectionPool *dbconn.DBConn, tables []Table, proce
SchemaFilterClause("n"), utils.SliceToQuotedString(tablenames))

rows, err := connectionPool.Query(query)
gplog.FatalOnError(rows.Err())
for rows.Next() {
var attStat AttributeStatistic
err = rows.StructScan(&attStat)
Expand Down

0 comments on commit 82ab713

Please sign in to comment.