forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit69db009
committed
Add a citation to Seltzer and Yigit's Usenix '91 paper about hash table
management. The paper clearly describes many of the ideas embodied inour current hashing code, but as far as I could find out there is nota direct code heritage. (Mike Olsen recalls discussion of this paperat Postgres meetings but believes it "informed the Postgres implementationprobably just at the design level". Margo herself says she wasn'tinvolved with Postgres' hash code.) Credit where credit is due 'n allthat, even if fifteen years after the fact.1 parent352871c commit69db009
1 file changed
+8
-3
lines changedLines changed: 8 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
4 | 9 |
| |
5 | 10 |
| |
6 | 11 |
| |
|
0 commit comments
Comments
(0)