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

From Surinder Kumar
Subject [pgadmin-hackers] [pgAdmin4][Patch]: RM2000 - Add support for "effective_io_concurrency"tablespace option under parameter tab in tablespace
Date
Msg-id CAM5-9D-PwZ5xzO1h87_0=L8WuYa_1AiEqd7Us4=uLUhH-jfNiQ@mail.gmail.com
Whole thread Raw
Responses Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM2000 - Add support for"effective_io_concurrency" tablespace option under parameter tab in tablespace  (Dave Page <dpage@pgadmin.org>)
List 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

pgadmin-hackers by date:

Previous
From: Surinder Kumar
Date:
Subject: Re: [pgadmin-hackers] [pgAdmin4][Patch]: Fix RM1790 - [Web] Supportsetting a field's value to "null"
Next
From: Akshay Joshi
Date:
Subject: Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM #1807 Query Tool Does NotRecognize When File Changes Have Been Saved