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
[X] I confirm this issue does not contain any sensitive information.
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