From 253f487d17adac97e4b27f5755e6d88e84390ef2 Mon Sep 17 00:00:00 2001
From: Simon Riggs <simon@2ndQuadrant.com>
Date: Fri, 21 Aug 2015 19:22:42 +0100
Subject: [PATCH 24/24] Add known-bugs file

---
 known-bugs | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 known-bugs

diff --git a/known-bugs b/known-bugs
new file mode 100644
index 0000000..de7ce06
--- /dev/null
+++ b/known-bugs
@@ -0,0 +1,10 @@
+Known Bugs, Issues and Limitations
+
+* Heisenbug: shared memory error from >100 column stores
+  Simon Riggs can reproduce this, no one else can.
+
+* ERROR:  cache lookup failed for column store 160595
+  This error shows up inexplicably when a table with over 100 column stores is
+  dropped.  (Alvaro's guess is that it's related to pg_depend handling.  Gotta
+  rework that and remove OIDs from pg_cstore).
+
-- 
2.1.4

