pg-extend-rs
pg-extend-rs copied to clipboard
Postgres extension library for Rust
[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...
[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...
Hi, Just wanted to know how you'd feel about adding support for `shared_preload_libraries` / `bgworkers` \ shared memory (although that's a lot harder) being added?
not support postgresql 9.6? compile with postgresql 9.6 Error: /usr/include/limits.h not found , but the limits.h exist
To be a better world citizen.
Can you please give a example how to make a text[] return. I am new in Rust so I have no idear but what I want is something like this....
Adds support for `bytea`. This PR is rough. I mostly ripped off the implementation for `Text` where possible. There's a lot of `unsafe` in here that I'm not sure I'm...
This PR includes: - [x] Basic logging support for Windows. Regular, PG-based, logging support crashes under Windows at runtime, so using `eprintln!()` we can at least avoid crashes and write...
### OS Ubuntu 18.04 (Windows Subsystem for Linux) ### Code `panicking` example package ### Issue Rust `panic!()` is caught and handled properly on the first call, but if called again,...
Seeing if we can get integration tests sped up.