Re: Proposed patch: synchronized_scanning GUC variable
Russell Smith <mr-russ@pws.com.au>
From: Russell Smith <mr-russ@pws.com.au>
To: Guillaume Smet <guillaume.smet@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, pgsql-patches@postgresql.org, neilc@samurai.com
Date: 2008-01-28T08:59:18Z
Lists: pgsql-hackers
Guillaume Smet wrote: > Hi Russell, > > On Jan 28, 2008 7:27 AM, Russell Smith <mr-russ@pws.com.au> wrote: > >> Can somebody explain why it's important to load with >> synchronized_scanning off? >> >> do_sql_command(g_conn, "SET synchronized_scanning TO off"); >> > > It's the start point of this patch. See this thread [ > http://archives.postgresql.org/pgsql-hackers/2008-01/msg00987.php ] > for more information Sorry, total brain fade in interpreting the patch. g_conn is our connection to the database, not the command we are dumping. Sorry Russell