#1747 get_event creates "not best" events
Closed: Fixed 4 years ago by tkopecek. Opened 4 years ago 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

4 years ago

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

4 years ago

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

4 years ago

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #2068 Merged 4 years ago