git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7ef04e4)
Add dummy field to currently empty struct TupleTableSlotOps.
2018年11月16日 06:29:50 +0000 (22:29 -0800)
2018年11月16日 06:29:50 +0000 (22:29 -0800)
Per MSVC complaint on buildfarm member dory.


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;
};
/*
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /