Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM2000 - Add support for"effective_io_concurrency" tablespace option under parameter tab in tablespace - Mailing list pgadmin-hackers

From Dave Page
Subject Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM2000 - Add support for"effective_io_concurrency" tablespace option under parameter tab in tablespace
Date
Msg-id CA+OCxowziJdZrggqR9oXArG2FeqdMN1HCXzEtW7OdtvUnxrJQg@mail.gmail.com
Whole thread Raw
In response to [pgadmin-hackers] [pgAdmin4][Patch]: RM2000 - Add support for "effective_io_concurrency"tablespace option under parameter tab in tablespace  (Surinder Kumar <surinder.kumar@enterprisedb.com>)
List pgadmin-hackers
Thanks, patch applied.

On Friday, December 23, 2016, Surinder Kumar <surinder.kumar@enterprisedb.com> wrote:
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


--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgadmin-hackers] [pgAdmin4][Patch]: Fix RM1790 - [Web] Supportsetting a field's value to "null"
Next
From: Dave Page
Date:
Subject: Re: [pgadmin-hackers] [pgAdmin4][patch]: RM#2026 - Debugger enabledwhen pldbgapi extension not loaded