Open Falmarri opened 8 years ago
Actually, it seems like something's wrong with just converting the ical to string.
select * from test
throws the same segfault
I see you found the issue: https://github.com/Falmarri/pg_rrule/commit/2b5ea0986c4a6c18cfacce5a78191e3503ea801a Let's create pull request and specify minimum required version of libical in readme
Are the various rrule functions not supported in where clauses?
running
select id, rrule from test where get_freq(rrule) = 'WEEKLY';
segfaults with this: