Comment fixes in create_grouping_paths() add_paths_to_append_rel()

Поиск
Список
Период
Сортировка
От Ashutosh Bapat
Тема Comment fixes in create_grouping_paths() add_paths_to_append_rel()
Дата
Msg-id CAFjFpRcbp4702jcp387PExt3fNCt62QJN8++DQGwBhsW6wRHWA@mail.gmail.com
обсуждение исходный текст
Ответы Re: Comment fixes in create_grouping_paths()add_paths_to_append_rel()  (Stephen Frost <sfrost@snowman.net>)
Список pgsql-hackers
Hi
Here are two patches fixing comments.

0001
A comment in add_paths_to_append_rel() mentions the number of paths
instead of number of workers by mistake. Fixed it.

0002
Commit b5635948ab165b6070e7d05d111f966e07570d81 added a single
grouping_sets_data argument instead of two lists related to grouping
sets to create_grouping_paths(), but forgot to update the prologue of
the function. Fixed it.

-- 
Best Wishes,
Ashutosh Bapat
EnterpriseDB Corporation
The Postgres Database Company

Вложения

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

Предыдущее
От: Thomas Munro
Дата:
Сообщение: Re: inserts into partitioned table may cause crash
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Faster inserts with mostly-monotonically increasing values