srijeet0406 commented on code in PR #7294:
URL: https://github.com/apache/trafficcontrol/pull/7294#discussion_r1073857066
##########
traffic_ops/traffic_ops_golang/trafficvault/backends/postgres/postgres.go:
##########
@@ -180,7 +180,7 @@ func (p *Postgres) GetExpirationInformation(tx *sql.Tx, ctx
context.Context, day
fedMap[fedString] = true
}
- inactiveQuery := "SELECT xml_id FROM deliveryservice WHERE NOT active"
+ inactiveQuery := "SELECT xml_id FROM deliveryservice WHERE active =
'INACTIVE'"
Review Comment:
You're right. It should be INACTIVE OR PRIMED. I've changed it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]