Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

qrep pgvalue #1733

Merged
merged 36 commits into from
May 28, 2024
Merged

qrep pgvalue #1733

merged 36 commits into from
May 28, 2024

Conversation

serprex
Copy link
Member

@serprex serprex commented May 17, 2024

Ends up being pretty different from cdc pgvalue, but makes sense since pgvalue isn't a type so a much as an idea that intermediate formats should be discarded
Instead of using channels & cursors, qrep pgvalue pipes COPY TO STDOUT from source into COPY FROM STDIN on destination
Values transmit as text protocol for maximum compatibility for now. Future PRs may add options, current PR is large enough already

@serprex serprex force-pushed the pgvalue-qrep branch 2 times, most recently from 66fc5a7 to e9dfc7d Compare May 18, 2024 13:01
@serprex serprex marked this pull request as ready for review May 18, 2024 21:36
@CLAassistant
Copy link

CLAassistant commented May 21, 2024

CLA assistant check
All committers have signed the CLA.

@serprex
Copy link
Member Author

serprex commented May 22, 2024

postgis is failing in decode/encode mix up, jackc/pgx#867 outlines using lower level pgconn api to pipe copy to into copy from

@serprex serprex force-pushed the pgvalue-qrep branch 2 times, most recently from b956381 to 6abba93 Compare May 24, 2024 15:08
@serprex serprex requested a review from heavycrystal May 27, 2024 21:55
@serprex serprex enabled auto-merge (squash) May 28, 2024 12:21
@serprex serprex disabled auto-merge May 28, 2024 12:21
@serprex serprex enabled auto-merge (squash) May 28, 2024 12:27
@serprex serprex merged commit c770ad8 into main May 28, 2024
11 checks passed
@serprex serprex deleted the pgvalue-qrep branch May 28, 2024 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants