Re: Re: [COMMITTERS] pgsql: Change the way that LWLocks for extensions are allocated.

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: [COMMITTERS] pgsql: Change the way that LWLocks for extensions are allocated.
Date: 2016-09-10 11:32:21
Message-ID: CAA4eK1JOjkdXYtHxh=2aDK4VgDtN-LNGKY_YqX0N=YEvuzQVWg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Tue, Aug 30, 2016 at 8:01 AM, Andres Freund <andres(at)anarazel(dot)de> wrote:
> On 2016-08-30 07:57:19 +0530, Amit Kapila wrote:
>> I will write such a test case either in this week or early next week.
>
> Great.
>

Okay, attached patch adds some simple tests for pg_stat_statements.
One thing to note is that we can't add pg_stat_statements tests for
installcheck as this module requires shared_preload_libraries to be
set. Hope this suffices the need.

--
With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com

Attachment Content-Type Size
test_pg_stat_statements-v1.patch application/octet-stream 3.6 KB

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-09-10 16:51:02 Re: Re: [COMMITTERS] pgsql: Use LEFT JOINs in some system views in case referenced row doesn
Previous Message Tom Lane 2016-09-09 23:01:08 pgsql: Rewrite PageIndexDeleteNoCompact into a form that only deletes 1

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2016-09-10 11:53:21 Re: pg_sequence catalog
Previous Message Peter Eisentraut 2016-09-10 11:25:14 Re: improved DefElem list processing