Re: [HACKERS] Useless code in ExecInitModifyTable - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] Useless code in ExecInitModifyTable
Date
Msg-id 32275.1504583774@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] Useless code in ExecInitModifyTable  (Ryan Murphy <ryanfmurphy@gmail.com>)
Responses Re: [HACKERS] Useless code in ExecInitModifyTable  (Ryan Murphy <ryanfmurphy@gmail.com>)
List pgsql-hackers
Ryan Murphy <ryanfmurphy@gmail.com> writes:
> I downloaded the latest patch "clean-nodeModifyTable-v2.patch"
> and tried applying it to HEAD using "git apply <patch-name>".

> The only response from git was "fatal: unrecognized input".

FWIW, I find that good ol' patch is much more reliable about applying
patches that didn't come from git itself.  In this case
patch -p1 <~../path/to/clean-nodeModifyTable-v2.patch

seems to work without complaint.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Etsuro Fujita
Date:
Subject: Re: [HACKERS] Partition-wise join for join between (declaratively)partitioned tables
Next
From: Michael Paquier
Date:
Subject: [HACKERS] cache lookup errors for missing replication origins