[typo] fix typo in comments (#7073)

%s/pg_dist_local_node_group/pg_dist_local_group/g

Signed-off-by: Zhao Junwang <zhjwpku@gmail.com>
pull/7034/head
zhjwpku 2023-07-25 21:43:55 +08:00 committed by GitHub
parent 862dae823e
commit 6a00517312
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -184,9 +184,9 @@ CdcExtractShardIdFromTableName(const char *tableName, bool missingOk)
/* /*
* CdcGetLocalGroupId returns the group identifier of the local node. The function assumes * CdcGetLocalGroupId returns the group identifier of the local node. The
* that pg_dist_local_node_group has exactly one row and has at least one column. * function assumes that pg_dist_local_group has exactly one row and has at
* Otherwise, the function errors out. * least one column. Otherwise, the function errors out.
*/ */
static int32 static int32
CdcGetLocalGroupId(void) CdcGetLocalGroupId(void)

View File

@ -4415,9 +4415,9 @@ RegisterCitusTableCacheEntryReleaseCallbacks(void)
/* /*
* GetLocalGroupId returns the group identifier of the local node. The function assumes * GetLocalGroupId returns the group identifier of the local node. The function
* that pg_dist_local_node_group has exactly one row and has at least one column. * assumes that pg_dist_local_group has exactly one row and has at least one
* Otherwise, the function errors out. * column. Otherwise, the function errors out.
*/ */
int32 int32
GetLocalGroupId(void) GetLocalGroupId(void)