Toy background worker, implementing flush-behind logic.
authorRobert Haas <rhaas@postgresql.org>
Wed, 10 Apr 2013 03:00:23 +0000 (23:00 -0400)
committerRobert Haas <rhaas@postgresql.org>
Wed, 10 Apr 2013 03:00:23 +0000 (23:00 -0400)
commit97b43d6967478407216f35c5a440bb7d45f3339e
treeb7dd77d804b1676e2afe440e9358fefcbb9c658b
parent0bf42a5f3b62cde41cb366d3442585429c6d9c50
Toy background worker, implementing flush-behind logic.
contrib/pg_ringflush/Makefile [new file with mode: 0644]
contrib/pg_ringflush/pg_ringflush.c [new file with mode: 0644]
src/backend/access/heap/hio.c
src/backend/storage/buffer/bufmgr.c
src/include/access/hio.h
src/include/storage/bufmgr.h