remove freeze option from local

m3hm3t/add-freeze-copy
Mehmet YILMAZ 2024-09-10 14:25:08 +00:00
parent 812f9b182f
commit 9b76b62bda
1 changed files with 0 additions and 4 deletions

View File

@ -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)
{