mirror of https://github.com/citusdata/citus.git
Adds a period to end of a typical multiline comment
parent
b6a6273f1c
commit
9292ee8d9b
|
@ -3977,7 +3977,7 @@ MakeNameListFromRangeVar(const RangeVar *rel)
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ErrorIfTableHasUnsupportedIdentityColumn errors out if the given table has any identity column other than bigint identity column
|
* ErrorIfTableHasUnsupportedIdentityColumn errors out if the given table has any identity column other than bigint identity column.
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
ErrorIfTableHasUnsupportedIdentityColumn(Oid relationId)
|
ErrorIfTableHasUnsupportedIdentityColumn(Oid relationId)
|
||||||
|
|
Loading…
Reference in New Issue