Andrés

Results 3 issues of Andrés

Hi! I'm trying to replicate a common pattern in some Postgres extensions, for example something like: ```c static void pgss_ExecutorStart(QueryDesc *queryDesc, int eflags) { if (prev_ExecutorStart) prev_ExecutorStart(queryDesc, eflags); else standard_ExecutorStart(queryDesc,...

docs
confusing
question
pgrx.hook

### Describe the bug Hi there! We would want to set the `content_length` (as `size_hint`) with a streaming `hyper:Body` to upload an object to S3 with it's checksum. ### Expected...

feature-request
p3

Hi Alexey, I'm following your workshop from [here](https://www.youtube.com/watch?v=SrFsInsK1ts) and one thing doesn't work as expected and i don't know if it's ok: - I start the cluster with postgresql0 (leader)...