Re: EXPLAIN/EXPLAIN ANALYZE REFRESH MATERIALIZED VIEW

Поиск
Список
Период
Сортировка
От Bharath Rupireddy
Тема Re: EXPLAIN/EXPLAIN ANALYZE REFRESH MATERIALIZED VIEW
Дата
Msg-id CALj2ACXTQzEVhCO_dQ0JDPj=_vKf5NsSvLrPa9J1P13FiPEtwA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: EXPLAIN/EXPLAIN ANALYZE REFRESH MATERIALIZED VIEW  (japin <japinli@hotmail.com>)
Ответы Re: EXPLAIN/EXPLAIN ANALYZE REFRESH MATERIALIZED VIEW  (japin <japinli@hotmail.com>)
Список pgsql-hackers
On Fri, Jan 8, 2021 at 9:50 PM japin <japinli@hotmail.com> wrote:
> > Attaching v3 patches, please consider these for further review.
> >
>
> I find that both the declaration and definition of match_matview_with_new_data()
> have a tab between type and variable.  We can use pgindent to fix it.
> What do you think?
>
>
> static void
> match_matview_with_new_data(RefreshMatViewStmt *stmt, Relation  matviewRel,
>                                                               ^
>                             Oid matviewOid, Oid OIDNewHeap, Oid relowner,
>                             int save_sec_context, char relpersistence,
>                             uint64  processed)
>                                   ^

I ran pgindent on 0001 patch to fix the above. 0002 patch has no
changes. If I'm correct, pgindent will be run periodically on master.

Attaching v4 patch set for further review.

With Regards,
Bharath Rupireddy.
EnterpriseDB: http://www.enterprisedb.com

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bharath Rupireddy
Дата:
Сообщение: Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Improper use about DatumGetInt32