diff --git a/src/backend/distributed/operations/worker_shard_copy.c b/src/backend/distributed/operations/worker_shard_copy.c index 5a22fc95b..6ed81020b 100644 --- a/src/backend/distributed/operations/worker_shard_copy.c +++ b/src/backend/distributed/operations/worker_shard_copy.c @@ -556,10 +556,6 @@ CreateCopyOptions(bool isBinaryCopy) { List *options = NIL; - /* Add the FREEZE option */ - DefElem *freezeOption = makeDefElem("freeze", (Node *) makeInteger(true), -1); - options = lappend(options, freezeOption); - /* If binary format is used, add the binary format option */ if (isBinaryCopy) {