Skip to content

Commit

Permalink
Adding an extra line at end
Browse files Browse the repository at this point in the history
Signed-off-by: Tanya Gupta <[email protected]>
  • Loading branch information
Tanya Gupta committed Dec 18, 2024
1 parent 4b9fd54 commit 2c78880
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/babelfishpg_tsql/src/pltsql_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -2396,6 +2396,7 @@ get_owner_of_schema(const char *schema)

return result;
}

/*
* downcase_truncate_split_object_name:
* Resolve the four part object name. Downcase and truncate identifier if needed.
Expand Down Expand Up @@ -2448,4 +2449,4 @@ downcase_truncate_split_object_name(char *four_part_object_name, char **server_n
*schema_name = temp_schema_name;
if (object_name != NULL)
*object_name = temp_object_name;
}
}

0 comments on commit 2c78880

Please sign in to comment.