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
|
||||
* that pg_dist_local_node_group has exactly one row and has at least one column.
|
||||
* Otherwise, the function errors out.
|
||||
* CdcGetLocalGroupId returns the group identifier of the local node. The
|
||||
* function assumes that pg_dist_local_group has exactly one row and has at
|
||||
* least one column. Otherwise, the function errors out.
|
||||
*/
|
||||
static int32
|
||||
CdcGetLocalGroupId(void)
|
||||
|
|
|
@ -4415,9 +4415,9 @@ RegisterCitusTableCacheEntryReleaseCallbacks(void)
|
|||
|
||||
|
||||
/*
|
||||
* GetLocalGroupId returns the group identifier of the local node. The function assumes
|
||||
* that pg_dist_local_node_group has exactly one row and has at least one column.
|
||||
* Otherwise, the function errors out.
|
||||
* GetLocalGroupId returns the group identifier of the local node. The function
|
||||
* assumes that pg_dist_local_group has exactly one row and has at least one
|
||||
* column. Otherwise, the function errors out.
|
||||
*/
|
||||
int32
|
||||
GetLocalGroupId(void)
|
||||
|
|
Loading…
Reference in New Issue