Re: [BUGS] BUG #9652: inet types don't support min/max

From: Asif Naeem <anaeem(dot)it(at)gmail(dot)com>
To: Abhijit Menon-Sen <ams(at)2ndquadrant(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [BUGS] BUG #9652: inet types don't support min/max
Date: 2014-07-07 08:56:07
Message-ID: CAEB4t-McnQ8vn5yT+rOgu9cU7eoMdHGpCMosMot_ELXrw_6eKw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

On Mon, Jun 30, 2014 at 4:45 PM, Abhijit Menon-Sen <ams(at)2ndquadrant(dot)com>
wrote:

> At 2014-06-30 16:35:45 +0500, anaeem(dot)it(at)gmail(dot)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
>

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Asif Naeem 2014-07-07 08:59:35 Re: [BUGS] BUG #9652: inet types don't support min/max
Previous Message mitu.verma 2014-07-07 05:46:45 BUG #10888: application is getting hanged in the poll() function of libpq.so.

Browse pgsql-hackers by date

  From Date Subject
Next Message Asif Naeem 2014-07-07 08:59:35 Re: [BUGS] BUG #9652: inet types don't support min/max
Previous Message Abhijit Menon-Sen 2014-07-07 08:46:09 Re: [PATCH] introduce XLogLockBlockRangeForCleanup()