-
Notifications
You must be signed in to change notification settings - Fork 900
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
Platform support? #1
Comments
Sorry to hear that! What versions of those two platforms have you tried? I don't know about FreeBSD but most of us develop on MacOS should it should work there. We do also need to clarify which PostgreSQL versions to use. We've only tested on 9.6.1 and 9.6.2. Also any error messages you had while compiling would be helpful. |
Looks like it was a Postgres version issue (worked with you offline). Updated the docs to make note that 9.6 is needed. |
61: Misc t-digest cleaning r=JLockerman a=JLockerman I got distracted looking for the serialization issue mentioned in timescale#1, and did some experimental cleaning for the t-digest files, @WireBaron would you let me know what you think? Rename the type exposed to SQL to `tdigest` instead of `TimescaleTDigest`. Remove the auxiliary hand-written SQL files in favor of including the SQL directly in the rust files; it should be easier to keep them in sync that way. Co-authored-by: Joshua Lockerman <josh@timescale.com>
What are the supported platforms for timescaledb? I've tried compiling on MacOS and FreeBSD, without success.
The text was updated successfully, but these errors were encountered: