!4 modify comments

Merge pull request !4 from muting/master
This commit is contained in:
zhangjinyu 2020-07-01 01:32:17 +08:00 committed by gongsiyi150
commit 902a678e68
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
- [Creating a Configuration File](#creating-a-configuration-file)
- [Initializing the Installation Environment](#initializing-the-installation-environment)
- [Executing Installation](#executing-installation)
[Uninstalling the opeinGauss](#uninstalling-the-openGauss)
- [Uninstalling the openGauss](#uninstalling-the-openGauss)
- [Compilation](#compilation)
- [Overview](#overview)
- [OS and Software Dependency Requirements](#os-and-software-dependency-requirements)

View File

@ -299,7 +299,7 @@ static Oid GetOperatorByTypeId(Oid typeID, Oid accessMethodId, int16 strategyNum
/*
* Parse the fileNames string from the split List.
* @_in_out param splitList: point to the original split List, which may contain multiple files.
* @_in param currentFileName: point to the first file or the only file like '/user/file1.orc' (new buffer).
* @_in param currentFileName: point to the first file.
* @return Return the split parsed from the list.
*/
SplitInfo *ParseFileSplitList(List **splitList, char **currentFileName)

View File

@ -1024,7 +1024,7 @@ DfsPrivateItem *MakeDfsPrivateItem(List *columnList, List *targetList, List *res
/*
* Parse the fileNames string from the split List.
* @_in_out param splitList: point to the original split List, which may contain multiple files.
* @_in param currentFileName: point to the first file or the only file '/user/demai/file1.orc' (new buffer).
* @_in param currentFileName: point to the first file.
* @return Return the split parsed from the list.
*/
SplitInfo *ParseFileSplitList(List **splitList, char **currentFileName);