Re: patch for parallel pg_dump - Mailing list pgsql-hackers

From Tom Lane
Subject Re: patch for parallel pg_dump
Date
Msg-id 8966.1333469455@sss.pgh.pa.us
Whole thread Raw
In response to Re: patch for parallel pg_dump  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> That only leaves assert_enabled to be handled.  In the backend it lives
> in guc.c; what to do about frontend code?

There's no mechanism for turning such a switch on or off in most
frontend code anyway.  I'd think it could just be assumed to be on
in the frontend implementation --- ie, frontend Asserts would always
be active in --enable-cassert builds.  There's not really any need
to do better until/unless we start having Asserts that impact
performance on the frontend side.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: patch for parallel pg_dump
Next
From: Tom Lane
Date:
Subject: Re: patch for parallel pg_dump