Chris Cleveland

Results 94 comments of Chris Cleveland

@0x2a-42 Herring sounds terrific, and I'll plug it in and see how it does today. Question: is it possible to get the actual code that Herring generates? I think it's...

@0x2a-42 > Adding something like the [logos-cli](https://github.com/maciejhirsz/logos/tree/master/logos-cli) or a library that can be called from the build.rs file would also be a possibility. Thanks. I was unaware of logos-cli. But...

I don't have an answer to your first question, but to your second, this works for me: ``` let db_oid = unsafe { MyDatabaseId }; let index_oid = pg_indexrel.oid(); let...

I write pages directly into the indexrel using some C code that calls ReadBuffer / BufferGetPage. Yes, that would be another problem to solve. AWS shouldn't object to it, though,...

> I can't speak for them but I think they'd object to anything that can't be declared through plain-text DDL. No way they're gonna allow "some C code" on an...

> I'm not familiar with multicorn. What does it do that is different? Never mind. I get it. My only hesitation with this approach is the performance overhead. If we...

@chanbengz Thanks. The recursive approach works, but it produces a tree like this: (((x AND x) AND x) AND x). That's what I'm trying to avoid because it requires a...

I'm successfully using pgrx on an M1 Mac. You might try to see if *any* extension compiles on your system. If it does, maybe post in the PostgresML project.

I accepted the change. I'm making a couple of other changes and then I'll do a release.

1.2 done, sent to Maven Central. It always takes a while for them to publish. Should be there later today. My plan was to change the way we do testing,...