[YSQL] Ignore FREEZE option in COPY #25044
Labels
area/ysql
Yugabyte SQL (YSQL)
kind/enhancement
This is an enhancement of an existing feature
priority/medium
Medium priority issue
Jira Link: DB-14178
Description
COPY with FREEZE option fails with the following error in read committed isolation.
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
The text was updated successfully, but these errors were encountered: