Обсуждение: PATCH: Added Utility Class for table and materialized view node

Поиск
Список
Период
Сортировка

PATCH: Added Utility Class for table and materialized view node

От
Surinder Kumar
Дата:
Hi,


Table and Materialised View nodes has some common functionality of fetching and parsing
vacuum fields settings. So those common functions are moved from materialized view to
schema/utils.py.

Please find attached patch and review.


Thanks,
Surinder Kumar
Вложения

Re: PATCH: Added Utility Class for table and materialized view node

От
Surinder Kumar
Дата:
Hi

Please find updated patch with following changes:
1. Moved commonly used vacuum_settings.sql into schemas/templates/schema/vacuum_settings/sql/
2. Moved vacuum_fields.json into schemas/templates/schema/vacuum_settings/

On Mon, Mar 28, 2016 at 3:35 PM, Surinder Kumar <surinder.kumar@enterprisedb.com> wrote:
Hi,


Table and Materialised View nodes has some common functionality of fetching and parsing
vacuum fields settings. So those common functions are moved from materialized view to
schema/utils.py.

Please find attached patch and review.


Thanks,
Surinder Kumar

Вложения