Miron

Results 70 comments of Miron

@jrgemignani How hard would it be to make this function ``` CREATE FUNCTION ag_catalog.age_prepare_cypher(cstring, cstring) RETURNS boolean LANGUAGE c STABLE PARALLEL SAFE AS 'MODULE_PATHNAME'; ``` return an handle to an...

Thanks John. I didn't realise it is actually working the way I asked. Took a bit more learning :)

@jrgemignani appreciate clarification and thank you John for your additional notes. Very - very nice and very helpful. @ishaan812 once again, thank you for your kindly letting me ask a...

Could you please use Explain Analyze and upload plans here: https://explain.dalibo.com/ or just paste here so that we could inspect in detail, where Postgres spends time, when performing queries. Also,...

I am seeing a compiler errors for unit tests, this pr picked up along the way. I will have something soon to fix once I am out of family errands....

Based on this log: https://github.com/BVLC/caffe/issues/6054 it could be that the compiler issue ( this is an educated guess ) is due to compatibility between python 3.x and 2.x somehow mixing...

Extra space was fixed. Linter checks passing. Please share any concerns, in case additional changes.

Please review changes, as per above. Most requests fixed. Asking to document omission with regards to Windows for call_mymath into a separate PR ( to follow shortly ). A through...

I am a bit concerned that the current failure flagged formatting of the following lines: ``` setup( name = 'Demos', ext_modules = ext_modules, ) ``` Here is the error message:...