Use our own memory area for editing libpq static error messages
see segmentation fault described in https://github.com/neondatabase/neon/pull/10706
Seems editing with the GitHub web UI makes it hard to pass our CI indentation test. At the minute I need to refresh my dev environment (Docker and macOS issues, re-install Citus indentation tooling). Will have another try later this week.
Seems editing with the GitHub web UI makes it hard to pass our CI indentation test. At the minute I need to refresh my dev environment (Docker and macOS issues, re-install Citus indentation tooling). Will have another try later this week.
I couldn't get your Citus indentation tooling to run on my Mac. If you find a solution pls let me know. That is why I couldn't really fix the style problems myself, since your GitHub workflow doesn't output what it doesn't like, either.
I finally managed to fix my Docker Desktop installation ; and then re-install the Citus indent tooling following the documentation at https://github.com/citusdata/citus/blob/main/STYLEGUIDE.md. Thanks for your contributions @Bodobolero !