[pgAdmin4][Patch]: RM2000 - Add support for "effective_io_concurrency" tablespace option under parameter tab in tablespace

From: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][Patch]: RM2000 - Add support for "effective_io_concurrency" tablespace option under parameter tab in tablespace
Date: 2016-12-23 10:15:54
Message-ID: CAM5-9D-PwZ5xzO1h87_0=L8WuYa_1AiEqd7Us4=uLUhH-jfNiQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

As per docs, for postgres version 9.5 , only two tablespaces options are
supported "*seq_page_cost and random_page_cost*"

And for 9.6 , the support for "*effective_io_concurrency*" is also added.

The required changes are implemented in code and tested against
postgresql-9.5, 9.6 & edb-ppas 9.5 and 9.6

Please find patch and review.

Thanks,
Surinder Kumar

Attachment Content-Type Size
RM2000.patch application/octet-stream 1.6 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2016-12-23 10:52:40 Re: [pgAdmin4][Patch]: RM #1807 Query Tool Does Not Recognize When File Changes Have Been Saved
Previous Message Surinder Kumar 2016-12-23 07:19:25 Re: [pgAdmin4][Patch]: Fix RM1790 - [Web] Support setting a field's value to "null"