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

From: Abhijit Menon-Sen <ams(at)2ndQuadrant(dot)com>
To: Asif Naeem <anaeem(dot)it(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [BUGS] BUG #9652: inet types don't support min/max
Date: 2014-06-30 11:45:27
Message-ID: 20140630114526.GA31357@toroid.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

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.

-- Abhijit

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message rameshparnanditech 2014-06-30 13:01:55 BUG #10817: archive settings
Previous Message Asif Naeem 2014-06-30 11:35:45 Re: [HACKERS] BUG #9652: inet types don't support min/max

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2014-06-30 12:03:40 Re: Spinlocks and compiler/memory barriers
Previous Message Michael Paquier 2014-06-30 11:43:19 Re: Extending MSVC scripts to support --with-extra-version