mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Add dummy field to currently empty struct TupleTableSlotOps.
Per MSVC complaint on buildfarm member dory.
This commit is contained in:
@ -162,6 +162,8 @@ typedef struct TupleTableSlot
|
||||
/* routines for a TupleTableSlot implementation */
|
||||
struct TupleTableSlotOps
|
||||
{
|
||||
/* body will be replaced in later commit */
|
||||
int dummy;
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user