mirror of https://github.com/citusdata/citus.git
[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
parent
862dae823e
commit
6a00517312
|
@ -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)
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue