Skip to content

Commit

Permalink
fixup! Fix lnext
Browse files Browse the repository at this point in the history
  • Loading branch information
mlt committed Oct 16, 2019
1 parent 17e2c8b commit c2955ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odbc_fdw.c
Original file line number Diff line number Diff line change
Expand Up @@ -1885,7 +1885,7 @@ odbcImportForeignSchema(ImportForeignSchemaStmt *stmt, Oid serverOid)
List* table_columns = NIL;
ListCell *tables_cell;
ListCell *table_columns_cell;
ListCell *table_columns_head;
const List *table_columns_head;
RangeVar *table_rangevar;

SQLHENV env;
Expand Down

0 comments on commit c2955ac

Please sign in to comment.