Alex Kwak

Results 23 comments of Alex Kwak

Following functions requires `tts_ops` ``` MakeTupleTableSlot ExecInitScanTupleSlot ExecInitExtraTupleSlot ```

Now left some changes.

follow errors will resolved on OID PR. ( #201 #194 #192 ) ``` src/backend/catalog/ag_label.c:93:15: error: assigning to 'Oid' (aka 'unsigned int') from incompatible type 'void' label_oid = CatalogTupleInsert(ag_label, tuple); ^...

Build log with PG12, This is the end. ``` src/backend/catalog/ag_graph.c:67:15: error: assigning to 'Oid' (aka 'unsigned int') from incompatible type 'void' graph_oid = CatalogTupleInsert(ag_graph, tuple); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ clang-14 -Wall -Wmissing-prototypes...

we will looking into it. thanks for your reporting.

@ns-berumalu I don't work for Bitnine anymore. :(.. AgensGraph too.

There are two issues found in the issue in #609. First thing, because the target of a Joinlist is not visible, some statement can't perform the logic of how to...

I wrote a PR that fixes this issue. It will be pushed after review. Thank you for reporting this issue.

You can't use the '--' expression in AgensGraph. This is because PostgreSQL uses it as a comment, and AgensGraph follows suit. As a result, your query will actually look something...