This is a discussion on pgsql: Improve comments about btree's use of ScanKey data structures: within the pgsql Committers forums, part of the PostgreSQL category; --> Log Message: ----------- Improve comments about btree's use of ScanKey data structures: there are two basically different kinds of ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Log Message: ----------- Improve comments about btree's use of ScanKey data structures: there are two basically different kinds of scankeys, and we ought to try harder to indicate which is used in each place in the code. I've chosen the names "search scankey" and "insertion scankey", though you could make about as good an argument for "operator scankey" and "comparison function scankey". Modified Files: -------------- pgsql/src/backend/access/nbtree: README (r1.8 -> r1.9) (http://developer.postgresql.org/cvsw...?r1=1.8&r2=1.9) nbtinsert.c (r1.130 -> r1.131) (http://developer.postgresql.org/cvsw...1.130&r2=1.131) nbtpage.c (r1.90 -> r1.91) (http://developer.postgresql.org/cvsw...1=1.90&r2=1.91) nbtsearch.c (r1.99 -> r1.100) (http://developer.postgresql.org/cvsw...=1.99&r2=1.100) nbtutils.c (r1.67 -> r1.68) (http://developer.postgresql.org/cvsw...1=1.67&r2=1.68) ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |
| Thread Tools | |
| Display Modes | |
|
|