兰心开源队——openGauss完整评注代码 #42

Open
zpc_gitlink wants to merge 118 commits from zpc_gitlink/openGauss-server:master into master
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 7a55bdb7cc - Show all commits

View File

@ -16,6 +16,8 @@
#include "access/htup.h"
/*Conversion of tuple types to other types.*/
typedef struct TupleConversionMap {
TupleDesc indesc; /* tupdesc for source rowtype */
TupleDesc outdesc; /* tupdesc for result rowtype */