Vlαdo Magyar

Results 35 comments of Vlαdo Magyar

That's fair. I didn't realize that these where not the POSIX standard, but just GNU additions. I think that then you don't add them. For my use case it wouldn't...

It's not open source :/ It's a server that grabs files from a remote server and parses some values from them, then sends them further. And instead of creating all...

The `results.List` must be just one. You are writing functions that are called from sql. What do you expect to get when calling `select E()`?

I can take a look at custom aggregates and figure out what to do. But for now you can do something like this: ```sql select myfunction(array_agg(column)) from table ```

what prints this out? `pg_config --includedir-server`

on pg9 it will not work. try to install pg12

I don't have a macos to run it on. And I think that clang wants some additional treatment. So it would be helpfull if you can find out what clang...

In postgresql 12 they renamed `FunctionCallInfoData` to `FunctionCallInfoBaseData`. I must find a way to use `FunctionCallInfoBaseData` just in >=pg12

So the SETOF functionality isn't just eg. a function that returns an array You cannot write something like: ```go func FibonacciSETOF(n int) []int { f := make([]int, n+1, n+2) if...

Yes I've seen that and add a star to that project :) But didn't have time/energy/some other excuse ... I leave this open as a reminder to do it. Or...