This repository was archived by the owner on Jan 25, 2024. It is now read-only.
forked from haskellari/postgresql-libpq
-
Notifications
You must be signed in to change notification settings - Fork 0
Merge postgresql-libpq upstream as of 2022-12-29 #2
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add simple CI for windows and macos
Support GHC-9.4
There were two identical copies each of the parameter mangling code.
exec, query: factor out common parameter handling helpers
Also calculate length already in a helper accum
Use withArrayLen to avoid traversing many times
Use toCInt and fromCInt instead of fromIntegral . toEnum / fromEnum
Move enums into separate .hsc file
Less hsc2hs: Convert main module into ordinary Haskell file
Merge branch 'master' into merge-upstream, resolving conflicts regarding the zero-copy parameter passing by including the patch from branch 'unsafe-rebase'.
steve-chavez
approved these changes
Dec 29, 2022
robx
added a commit
to PostgREST/postgrest
that referenced
this pull request
Dec 30, 2022
laurenceisla
pushed a commit
to laurenceisla/postgrest
that referenced
this pull request
Apr 11, 2023
laurenceisla
pushed a commit
to PostgREST/postgrest
that referenced
this pull request
Apr 12, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merge branch 'master' into merge-upstream, resolving conflicts regarding the zero-copy parameter passing by including the patch from branch 'unsafe-rebase'.
This essentially just brings our branch of postgresql-libpq uptodate with upstream, which has a few minor changes since we forked. If haskellari#31 were to be merged upstream, we could drop the fork entirely; this here PR is meant to pave the way for that.
Validated through PostgREST CI at PostgREST/postgrest#2599.