Skip to content

Commit

Permalink
add src code
Browse files Browse the repository at this point in the history
  • Loading branch information
thephantomthief authored Dec 26, 2023
1 parent 0585597 commit 8f701ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/babelfishpg_tsql/src/linked_servers.c
Original file line number Diff line number Diff line change
Expand Up @@ -847,6 +847,8 @@ linked_server_establish_connection(char *servername, LinkedServerProcess * lspro

LINKED_SERVER_DEBUG("LINKED SERVER: Connecting to remote server \"%s\"", data_src);

LINKED_SERVER_DEBUG("code coverage debug log");

*lsproc = LINKED_SERVER_OPEN(login, data_src);
if (!(*lsproc))
ereport(ERROR,
Expand Down

0 comments on commit 8f701ea

Please sign in to comment.