pc1dotnetpk:postgresql asif$ patch -p0 < ~/core/min_max_support_for_inet_datatypes/inet_agg_v4.patch can't find file to patch at input line 3 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |*** a/src/backend/utils/adt/network.c |--- b/src/backend/utils/adt/network.c -------------------------- File to patch:
Is there any other utility required to apply the patch, Can you please guide ?. Thanks.
On Thu, Jun 5, 2014 at 9:12 AM, Andres Freund <andres@2ndquadrant.com> wrote: > Hi, > > On 2014-06-04 10:37:48 +1000, Haribabu Kommi wrote: >> Thanks for the test. Patch is re-based to the latest head. > > Did you look at the source of the conflict? Did you intentionally mark > the functions as leakproof and reviewed that that truly is the case? Or > was that caused by copy & paste?
Yes it is copy & paste mistake. I didn't know much about that parameter. Thanks for the information. I changed it.