| From: | Ashutosh Bapat <ashutosh(dot)bapat(at)enterprisedb(dot)com> |
|---|---|
| To: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Comment fixes in create_grouping_paths() add_paths_to_append_rel() |
| Date: | 2018-03-14 11:07:46 |
| Message-ID: | CAFjFpRcbp4702jcp387PExt3fNCt62QJN8++DQGwBhsW6wRHWA@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| Attachment | Content-Type | Size |
|---|---|---|
| 0001-Fix-typo-in-one-of-comments-in-add_paths_to_append_r.patch | text/x-patch | 1.2 KB |
| 0002-Fix-input-argument-description-of-create_grouping_pa.patch | text/x-patch | 1.4 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Simon Riggs | 2018-03-14 11:23:29 | Re: Faster inserts with mostly-monotonically increasing values |
| Previous Message | Thomas Munro | 2018-03-14 10:26:52 | Re: inserts into partitioned table may cause crash |