Re: non-bulk inserts and tuple routing - Mailing list pgsql-hackers

From Robert Haas
Subject Re: non-bulk inserts and tuple routing
Date
Msg-id CA+TgmoYXMDkCtcSX9uyhDGQaFXu40mEu0y9=mxVsdEp2UwC9FQ@mail.gmail.com
Whole thread Raw
In response to Re: non-bulk inserts and tuple routing  (Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>)
Responses Re: non-bulk inserts and tuple routing
List pgsql-hackers
On Thu, Feb 8, 2018 at 5:16 AM, Etsuro Fujita
<fujita.etsuro@lab.ntt.co.jp> wrote:
>     if (resultRelInfo == NULL);
>     {
>         /* Initialize partition info. */
>         resultRelInfo = ExecInitPartitionInfo(mtstate,
>                                               saved_resultRelInfo,
>                                               proute,
>                                               estate,
>                                               leaf_part_index);
>     }

I'm pretty sure that code has one semicolon too many.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [HACKERS] PATCH: enabling parallel execution for cursorsexplicitly (experimental)
Next
From: Andres Freund
Date:
Subject: Re: JIT compiling with LLVM v10.0