Fix misguided removal of access/tuptoaster.h inclusion, per Kris Jurka.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 14 Jul 2006 19:05:52 +0000 (19:05 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 14 Jul 2006 19:05:52 +0000 (19:05 +0000)
I'm going to insist on reversion of this entire patch unless pgrminclude
is upgraded to a less broken state, but in the meantime let's get contrib
passing regression again.

src/backend/access/common/indextuple.c

index b511147a0ba0ef96320057d45a8ffc5ead435e0c..31591862ad02042983b6b612d33115edef47e5bd 100644 (file)
@@ -18,6 +18,7 @@
 
 #include "access/heapam.h"
 #include "access/itup.h"
+#include "access/tuptoaster.h"
 
 
 /* ----------------------------------------------------------------