Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix millisecond calculation for millisecs_diff()#25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
ololobus merged 1 commit intopostgrespro:masterfromkasaharatt:fix_timediff
Nov 9, 2020

Conversation

kasaharatt
Copy link

Hi,

ISTM, millisecs_diff() did not return milliseconds correctly.
TimestampDifference() retrieves difference of second andmicro second, so millisecs_diff() should be return "secs * 1000 + microsecs / 1000;" rather than "secs * 1000 + millisecs";

Previously, millisecs_diff() did not return milliseconds correctly, so it was not collecting according to the period settings for the profile and history.
@ololobus
Copy link
Contributor

Hi@kasaharatt! Yes, it seems that you are right and TimestampDifference() always worked that way.

Your fix looks right to me, so I'm going to merge it. Thank you for a contribution and sorry for a late response.

@ololobusololobus merged commit538701d intopostgrespro:masterNov 9, 2020
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@ololobusololobusololobus approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@kasaharatt@ololobus

[8]ページ先頭

©2009-2025 Movatter.jp