mirror of https://github.com/citusdata/citus.git
remove freeze option from local
parent
812f9b182f
commit
9b76b62bda
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue