Skip to content

Commit

Permalink
Style changes
Browse files Browse the repository at this point in the history
This commit applies some style changes.
  • Loading branch information
onderkalaci committed Feb 23, 2015
1 parent c5c6941 commit 279a22d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions pg_shard.c
Original file line number Diff line number Diff line change
Expand Up @@ -2088,7 +2088,6 @@ PgShardProcessUtility(Node *parsetree, const char *queryString,
ereport(NOTICE, (errmsg("dropping all the metadata tables"),
errdetail("Shards created by the extension are"
" not removed.")));

}
else
{
Expand Down Expand Up @@ -2122,4 +2121,3 @@ PgShardProcessUtility(Node *parsetree, const char *queryString,
params, dest, completionTag);
}
}

2 changes: 0 additions & 2 deletions sql/distribution_metadata.sql
Original file line number Diff line number Diff line change
Expand Up @@ -195,5 +195,3 @@ DROP TABLE maps;

-- can drop with CASCADE
DROP TABLE maps CASCADE;


0 comments on commit 279a22d

Please sign in to comment.