[PATCH 01/14] Add minimal binary heap implementation

From: Andres Freund <andres(at)2ndquadrant(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: [PATCH 01/14] Add minimal binary heap implementation
Date: 2012-11-15 01:17:01
Message-ID: 1352942234-3953-1-git-send-email-andres@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Will be replaces by the "binaryheap.[ch]" from Abhijit once its been reviewed.
---
src/backend/lib/Makefile | 3 +-
src/backend/lib/simpleheap.c | 255 +++++++++++++++++++++++++++++++++++++++++++
src/include/lib/simpleheap.h | 91 +++++++++++++++
3 files changed, 348 insertions(+), 1 deletion(-)
create mode 100644 src/backend/lib/simpleheap.c
create mode 100644 src/include/lib/simpleheap.h

Attachment Content-Type Size
0001-Add-minimal-binary-heap-implementation.patch text/x-patch 7.5 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2012-11-15 01:17:02 [PATCH 02/14] Add support for a generic wal reading facility dubbed XLogReader
Previous Message Andres Freund 2012-11-15 00:27:46 logical changeset generation v3