Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

MINOR FIXES and add PG16 testing #162

Merged
merged 2 commits into from
Aug 4, 2023
Merged

Conversation

robe2
Copy link
Contributor

@robe2 robe2 commented Jul 31, 2023

- Start testing PG16
- Fix content_type shadowing

    - Start testing PG16
    - Fix content_type shadowing
http.c Outdated
@@ -1161,18 +1161,18 @@ Datum http_request(PG_FUNCTION_ARGS)
{
text *content_text;
long content_size;
char *content_type;
char *content_type_2;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Call this cstr

@pramsey pramsey merged commit 01d4431 into pramsey:master Aug 4, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants