Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WHERE date_trunc... crashes #448

Closed
pdobacz opened this issue Sep 8, 2022 · 0 comments · Fixed by #449
Closed

WHERE date_trunc... crashes #448

pdobacz opened this issue Sep 8, 2022 · 0 comments · Fixed by #449
Assignees
Labels
bug Something isn't working

Comments

@pdobacz
Copy link
Contributor

pdobacz commented Sep 8, 2022

Theoretically not supported yet, but pg_diffix attempts to handle the query and crashes with a SegFault, so I need to tackle this soon.

SELECT count(*) FROM customers WHERE date_trunc('year', last_seen) = '2017-01-01'::timestamp ;
@pdobacz pdobacz added the bug Something isn't working label Sep 8, 2022
@pdobacz pdobacz self-assigned this Sep 8, 2022
pdobacz added a commit that referenced this issue Sep 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant