代码注释 #36

Open
Lohax wants to merge 18 commits from Lohax/openGauss-server:master into master
1 changed files with 2 additions and 2 deletions
Showing only changes of commit dd493831fe - Show all commits

View File

@ -98,8 +98,8 @@ typedef struct TableScanDescData
TupleTableSlot *slot; /* For begin scan of CopyTo */
/* variables for batch mode scan */
int rs_ctupRows;
int rs_maxScanRows;
int rs_ctupRows; /* current line number scanned */
int rs_maxScanRows; /* maximum number of rows that can be scanned */
} TableScanDescData;
/* struct definition appears in relscan.h */