Skip to content

Commit

Permalink
remove freeze option from local
Browse files Browse the repository at this point in the history
  • Loading branch information
m7hm7t committed Sep 10, 2024
1 parent 812f9b1 commit 9b76b62
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/backend/distributed/operations/worker_shard_copy.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 9b76b62

Please sign in to comment.