Skip to content

Commit

Permalink
Style commit
Browse files Browse the repository at this point in the history
This commit applies some final style changes.
  • Loading branch information
onderkalaci committed Mar 6, 2015
1 parent 1131a22 commit 2d681d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pg_shard.c
Original file line number Diff line number Diff line change
Expand Up @@ -1472,11 +1472,9 @@ StoreQueryResult(PGconn *connection, TupleDesc tupleDescriptor,
uint32 columnCount = 0;
ExecStatusType resultStatus = 0;


PGresult *result = PQgetResult(connection);
if (result == NULL)
{

break;
}

Expand Down

0 comments on commit 2d681d4

Please sign in to comment.