From 9292ee8d9bce2cbc215221c8b9c38723f2af0ca5 Mon Sep 17 00:00:00 2001 From: Gokhan Gulbiz Date: Wed, 15 Mar 2023 15:45:50 +0300 Subject: [PATCH] Adds a period to end of a typical multiline comment --- src/backend/distributed/commands/table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/distributed/commands/table.c b/src/backend/distributed/commands/table.c index 73f7b3992..13d49c6f0 100644 --- a/src/backend/distributed/commands/table.c +++ b/src/backend/distributed/commands/table.c @@ -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)