Re: Confusing comment for function ExecParallelEstimate

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Cc: "Wu, Fei" <wufei(dot)fnst(at)cn(dot)fujitsu(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Confusing comment for function ExecParallelEstimate
Date: 2019-06-07 04:41:39
Message-ID: 20190607044139.GA4017@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2019-Jun-07, Amit Kapila wrote:

> Pushed. Note, I was not able to apply your patch using patch -p1 command.

Yeah, it's a "normal" diff (old school), not a unified or context diff.
patch doesn't like normal diff, for good reasons, but you can force it
to apply with "patch --normal" (not really recommended).

--
Álvaro Herrera https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2019-06-07 05:10:07 Re: behaviour change - default_tablesapce + partition table
Previous Message Michael Paquier 2019-06-07 04:34:15 be-gssapi-common.h should be located in src/include/libpq/