Thread
Commits
-
Add missing files to src/backend/lib/README.
- 17f188cf0007 11.0 landed
-
Update backend/lib/README
Ideriha, Takeshi <ideriha.takeshi@jp.fujitsu.com> — 2018-05-22T08:44:48Z
Hi, When I looked into the dshash.c, I noticed that dshash.c, bipartite_match.c and knapsack.c are not mentioned at README. The other files at src/backend/lib are mentioned. I'm not sure this is an intentional one or just leftovers. Does anyone have opinions? Patch attached. - add summary of three files mentioned above (copied from each file's comment) - change the list to alphabetical order =================================================== Takeshi Ideriha Fujitsu Limited
-
Re: Update backend/lib/README
Heikki Linnakangas <hlinnaka@iki.fi> — 2018-05-22T10:26:28Z
On 22/05/18 11:44, Ideriha, Takeshi wrote: > Hi, > > When I looked into the dshash.c, I noticed that dshash.c, bipartite_match.c and knapsack.c are not mentioned at README. > The other files at src/backend/lib are mentioned. I'm not sure this is an intentional one or just leftovers. > > Does anyone have opinions? > > Patch attached. > - add summary of three files mentioned above (copied from each file's comment) > - change the list to alphabetical order Seems reasonable. Pushed, thanks! - Heikki
-
RE: Update backend/lib/README
Ideriha, Takeshi <ideriha.takeshi@jp.fujitsu.com> — 2018-05-24T00:19:32Z
>Seems reasonable. Pushed, thanks! > >- Heikki > Thanks for the quick work! Ideriha, Takeshi