pgcentralfoundation / pgrx

Build Postgres Extensions with Rust!
Other
3.7k stars 249 forks source link

refactor: more CStr literals #1911

Closed SteveLauC closed 1 month ago

SteveLauC commented 1 month ago

What does this PR do

A PR that follows #1898, uses more CStr literal syntax. All the CStr::from_bytes_with_nul_xxxs will be cleared after this PR.