Ryan Murphy <ryanfmurphy(at)gmail(dot)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