projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ef04e4
)
Add dummy field to currently empty struct TupleTableSlotOps.
author
Andres Freund
<andres@anarazel.de>
Fri, 16 Nov 2018 06:29:50 +0000
(22:29 -0800)
committer
Andres Freund
<andres@anarazel.de>
Fri, 16 Nov 2018 06:29:50 +0000
(22:29 -0800)
Per MSVC complaint on buildfarm member dory.
src/include/executor/tuptable.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/executor/tuptable.h
b/src/include/executor/tuptable.h
index 86e47c56af2aaea3c767cfe3576b071fe148b3ad..7e6b40acb1e1483c150093362e436016307d9f12 100644
(file)
--- a/
src/include/executor/tuptable.h
+++ b/
src/include/executor/tuptable.h
@@
-162,6
+162,8
@@
typedef struct TupleTableSlot
/* routines for a TupleTableSlot implementation */
struct TupleTableSlotOps
{
+ /* body will be replaced in later commit */
+ int dummy;
};
/*