Re: patch for type privileges

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Yeb Havinga <yebhavinga(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: patch for type privileges
Date: 2011-11-29 05:07:07
Message-ID: 1322543227.4595.9.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On mån, 2011-11-28 at 11:41 +0100, Yeb Havinga wrote:
> On 2011-11-15 21:50, Peter Eisentraut wrote:
> > Patch attached.
>
> I cannot get the patch to apply, this is the output of patch -p1
> --dry-run on HEAD.
>
> patching file src/include/catalog/pg_type.h
> Hunk #1 succeeded at 217 (offset 1 line).
> Hunk #2 succeeded at 234 (offset 1 line).
> Hunk #3 succeeded at 264 (offset 1 line).
> Hunk #4 succeeded at 281 (offset 1 line).
> Hunk #5 FAILED at 370.
> Hunk #6 FAILED at 631.
> 2 out of 6 hunks FAILED -- saving rejects to file
> src/include/catalog/pg_type.h.rej

I need to remerge it against concurrent range type activity.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavan Deolasee 2011-11-29 05:12:21 Re: Avoiding repeated snapshot computation
Previous Message Peter Eisentraut 2011-11-29 05:02:21 Re: splitting plpython into smaller parts