Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f92cd73

Browse files
committed
Add dummy field to currently empty struct TupleTableSlotOps.
Per MSVC complaint on buildfarm member dory.
1 parent 7ef04e4 commit f92cd73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/include/executor/tuptable.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ typedef struct TupleTableSlot
162162
/* routines for a TupleTableSlot implementation */
163163
struct TupleTableSlotOps
164164
{
165+
/* body will be replaced in later commit */
166+
int dummy;
165167
};
166168

167169
/*

0 commit comments

Comments
 (0)