projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a436b81
)
Fix misguided removal of access/tuptoaster.h inclusion, per Kris Jurka.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Fri, 14 Jul 2006 19:05:52 +0000
(19:05 +0000)
committer
Tom 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
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/common/indextuple.c
b/src/backend/access/common/indextuple.c
index b511147a0ba0ef96320057d45a8ffc5ead435e0c..31591862ad02042983b6b612d33115edef47e5bd 100644
(file)
--- a/
src/backend/access/common/indextuple.c
+++ b/
src/backend/access/common/indextuple.c
@@
-18,6
+18,7
@@
#include "access/heapam.h"
#include "access/itup.h"
+#include "access/tuptoaster.h"
/* ----------------------------------------------------------------