Skip to content

Commit

Permalink
Forgot to delete that code. Should have been on the previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
gleu committed Sep 1, 2013
1 parent ba0f571 commit 47335e8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/sqlite_fdw.c
Expand Up @@ -583,12 +583,6 @@ sqliteBeginForeignScan(ForeignScanState *node,
sqlite3_close(db);
}

/* If the table option is empty, take the local object name as the remote one */
if (!svr_table)
{
svr_table = pstrdup(RelationGetRelationName(node->ss.ss_currentRelation));
}

/* Build the query */
len = strlen(svr_table) + 15;
query = (char *)palloc(len);
Expand Down

0 comments on commit 47335e8

Please sign in to comment.