reshke commented on issue #1566:
URL: https://github.com/apache/cloudberry/issues/1566#issuecomment-3905057479

   e613466e46c conflicts:
   ```
   reshke@yezzey-cbdb-bench:~/cloudberry$ git diff doc/src/sgml/ref/pg_dump.sgml
   diff --cc doc/src/sgml/ref/pg_dump.sgml
   index 6a7cd8dff4f,9f70a88a7ac..00000000000
   --- a/doc/src/sgml/ref/pg_dump.sgml
   +++ b/doc/src/sgml/ref/pg_dump.sgml
   @@@ -863,6 -863,16 +863,19 @@@ PostgreSQL documentatio
             and the two systems have different definitions of the collation 
used
             to sort the partitioning column.
            </para>
   ++<<<<<<< HEAD
   ++=======
   +
   +        <para>
   +         It is best not to use parallelism when restoring from an archive 
made
   +         with this option, because <application>pg_restore</application> 
will
   +         not know exactly which partition(s) a given archive data item will
   +         load data into.  This could result in inefficiency due to lock
   +         conflicts between parallel jobs, or perhaps even restore failures 
due
   +         to foreign key constraints being set up before all the relevant 
data
   +         is loaded.
   +        </para>
   ++>>>>>>> e613466e46c (doc:  use wording "restore" instead of "reload" of 
dumps)
           </listitem>
          </varlistentry>
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to