Adds a period to end of a typical multiline comment

issue/6694
Gokhan Gulbiz 2023-03-15 15:45:50 +03:00
parent b6a6273f1c
commit 9292ee8d9b
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
1 changed files with 1 additions and 1 deletions

View File

@ -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
ErrorIfTableHasUnsupportedIdentityColumn(Oid relationId)