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

[YSQL] Ignore FREEZE option in COPY #25044

Open
1 task done
pao214 opened this issue Nov 21, 2024 · 0 comments
Open
1 task done

[YSQL] Ignore FREEZE option in COPY #25044

pao214 opened this issue Nov 21, 2024 · 0 comments
Assignees
Labels
area/ysql Yugabyte SQL (YSQL) kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue

Comments

@pao214
Copy link
Contributor

pao214 commented Nov 21, 2024

Jira Link: DB-14178

Description

COPY with FREEZE option fails with the following error in read committed isolation.

ERROR:  cannot perform COPY FREEZE because the table was not created or truncated in the current subtransaction

FREEZE is a pg14 feature that is related to VACUUM. VACUUM is not relevant for YB. Perhaps, we can implement something similar to FREEZE in DocDB in the future if necessary.

For now, make FREEZE a no-op.

Issue Type

kind/bug

Warning: Please confirm that this issue does not contain any sensitive information

  • I confirm this issue does not contain any sensitive information.
@pao214 pao214 added area/ysql Yugabyte SQL (YSQL) status/awaiting-triage Issue awaiting triage labels Nov 21, 2024
@yugabyte-ci yugabyte-ci added kind/bug This issue is a bug priority/medium Medium priority issue labels Nov 21, 2024
@sushantrmishra sushantrmishra removed the status/awaiting-triage Issue awaiting triage label Nov 24, 2024
@yugabyte-ci yugabyte-ci added kind/enhancement This is an enhancement of an existing feature and removed kind/bug This issue is a bug labels Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ysql Yugabyte SQL (YSQL) kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue
Projects
None yet
Development

No branches or pull requests

3 participants