Re: pgsql: Fix user mapping object description

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Fix user mapping object description
Date: 2015-03-06 14:50:00
Message-ID: 20150306145000.GA3291@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Peter Eisentraut wrote:
> On 3/5/15 4:03 PM, Alvaro Herrera wrote:
> > Fix user mapping object description
> >
> > We were using "user mapping for user XYZ" as description for user mappings, but
> > that's ambiguous because users can have mappings on multiple foreign
> > servers; therefore change it to "for user XYZ on server UVW" instead.
> > Object identities for user mappings are also updated in the same way, in
> > branches 9.3 and above.
> >
> > The incomplete description string was introduced together with the whole
> > SQL/MED infrastructure by commit cae565e503 of 8.4 era, so backpatch all
> > the way back.
>
> This broke the file_fdw regression tests in almost all branches.

Ouch. Should be fixed now.

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-03-06 18:28:02 pgsql: Rethink function argument sorting in pg_dump.
Previous Message Alvaro Herrera 2015-03-06 14:49:02 pgsql: Fix contrib/file_fdw's expected file