Commit f92cd739 authored by Andres Freund's avatar Andres Freund

Add dummy field to currently empty struct TupleTableSlotOps.

Per MSVC complaint on buildfarm member dory.
parent 7ef04e4d
...@@ -162,6 +162,8 @@ typedef struct TupleTableSlot ...@@ -162,6 +162,8 @@ typedef struct TupleTableSlot
/* routines for a TupleTableSlot implementation */ /* routines for a TupleTableSlot implementation */
struct TupleTableSlotOps struct TupleTableSlotOps
{ {
/* body will be replaced in later commit */
int dummy;
}; };
/* /*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment