aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/file/fd.c
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2012-10-16 17:36:30 -0300
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2012-10-17 11:31:20 -0300
commita66ee69add6e129c7674a59f8c3ba010ed4c9386 (patch)
tree8e3b1f182d2b302904b7d6e32563da03e5c6aa61 /src/backend/storage/file/fd.c
parentf862a326efa3087440bc86cbfe58ea11c977068a (diff)
downloadpostgresql-a66ee69add6e129c7674a59f8c3ba010ed4c9386.tar.gz
postgresql-a66ee69add6e129c7674a59f8c3ba010ed4c9386.zip
Embedded list interface
Provide a common implementation of embedded singly-linked and doubly-linked lists. "Embedded" in the sense that the nodes' next/previous pointers exist within some larger struct; this design choice reduces memory allocation overhead. Most of the implementation uses inlineable functions (where supported), for performance. Some existing uses of both types of lists have been converted to the new code, for demonstration purposes. Other uses can (and probably will) be converted in the future. Since dllist.c is unused after this conversion, it has been removed. Author: Andres Freund Some tweaks by me Reviewed by Tom Lane, Peter Geoghegan
Diffstat (limited to 'src/backend/storage/file/fd.c')
0 files changed, 0 insertions, 0 deletions