On Mon, Jun 30, 2014 at 4:45 PM, Abhijit Menon-Sen <a...@2ndquadrant.com> wrote:
> At 2014-06-30 16:35:45 +0500, anaeem...@gmail.com wrote: > > > > 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 > > > -------------------------- > > You need to use patch -p1, to strip off the "a"/"b" prefix. > Thank you Abhijit, It worked. > > -- Abhijit >