Re: [COMMITTERS] pgsql: Simplify LWLock tranche machinery by removing array_base/array_s

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] pgsql: Simplify LWLock tranche machinery by removing array_base/array_s
Date: 2016-12-21 13:00:44
Message-ID: CAFj8pRA=NdMHM-uAm1MQyzhWyc=2LR1pz0UJ9z=sDfXRDXk=ew@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

2016-12-21 13:54 GMT+01:00 Robert Haas <robertmhaas(at)gmail(dot)com>:

> On Wed, Dec 21, 2016 at 2:14 AM, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
> wrote:
> > Is there some help for extensions developers, how to fix extensions after
> > this change?
> >
> > Orafce hits this change.
>
> array_base and array_stride are gone; don't pass them. The second
> argument to LWLockRegisterTranche() is now the tranche name. Pass
> that instead of a structure.
>

Thank you

Pavel

>
> --
> Robert Haas
> EnterpriseDB: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2016-12-21 14:11:22 pgsql: Reorder pg_sequence columns to avoid alignment issue
Previous Message Robert Haas 2016-12-21 12:54:51 Re: [COMMITTERS] pgsql: Simplify LWLock tranche machinery by removing array_base/array_s

Browse pgsql-hackers by date

  From Date Subject
Next Message Ants Aasma 2016-12-21 13:03:57 Re: Replication slot xmin is not reset if HS feedback is turned off while standby is shut down
Previous Message Michael Paquier 2016-12-21 12:56:10 Re: Speedup twophase transactions