#1747 get_event creates "not best" events
Closed: Fixed by tkopecek. Opened by tkopecek.

get_event function in pg uses NOW() function which uses time from the start of transaction. As some transaction can last for dozens of minutes, we end with non-homogenous sequences. Using more actual function would help us (ideal state would be to have a end-of-transaction-timestamp, which is unachievable.


One of the postges time functions will give you the actual current time. We could use that

Metadata Update from @mikem:
- Custom field Size adjusted to None

Metadata Update from @tkopecek:
- Issue tagged with: testing-ready

PR #2068

Commit 08236dd8 fixes this issue

Commit b54c32af fixes this issue

Metadata Update from @jcupova:
- Issue tagged with: testing-done

This issue has been migrated to Fedora Forge:
https://forge.fedoraproject.org/koji/koji/issues/1747

Please continue any further discussion there.

Metadata
Related Pull Requests