Re: Update backend/lib/README
Heikki Linnakangas <hlinnaka@iki.fi>
From: Heikki Linnakangas <hlinnaka@iki.fi>
To: "Ideriha, Takeshi" <ideriha.takeshi@jp.fujitsu.com>,
"pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2018-05-22T10:26:28Z
Lists: pgsql-hackers
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
Commits
-
Add missing files to src/backend/lib/README.
- 17f188cf0007 11.0 landed