Skip to content

Commit

Permalink
Trying to fix trailind \n
Browse files Browse the repository at this point in the history
  • Loading branch information
mkgrgis committed Apr 26, 2024
1 parent fbe92e2 commit 5ee9b02
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion connection.c
Original file line number Diff line number Diff line change
Expand Up @@ -1074,4 +1074,3 @@ sqlite_append_stmt_to_list(List *list, sqlite3_stmt * stmt)
MemoryContextSwitchTo(oldcontext);
return list;
}

1 change: 0 additions & 1 deletion deparse.c
Original file line number Diff line number Diff line change
Expand Up @@ -4058,4 +4058,3 @@ sqlite_classify_conditions(PlannerInfo *root,
*local_conds = lappend(*local_conds, ri);
}
}

1 change: 0 additions & 1 deletion option.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,4 +247,3 @@ sqlite_get_options(Oid foreignoid)

return opt;
}

1 change: 0 additions & 1 deletion sqlite_data_norm.c
Original file line number Diff line number Diff line change
Expand Up @@ -374,4 +374,3 @@ sqlite_fdw_data_norm_functs_init(sqlite3* db)
* sqlite3_create_function(db, "gen_random_uuid", 1, flags, 0, uuid_generate, 0, 0);
*/
}

1 change: 0 additions & 1 deletion sqlite_fdw.c
Original file line number Diff line number Diff line change
Expand Up @@ -6005,4 +6005,3 @@ conversion_error_callback(void *arg)
pfree(err_cont_mess0);
}
}

1 change: 0 additions & 1 deletion sqlite_fdw.h
Original file line number Diff line number Diff line change
Expand Up @@ -393,4 +393,3 @@ sqlite3_int64
binstr2int64(const char *s);

#endif /* SQLITE_FDW_H */

1 change: 0 additions & 1 deletion sqlite_query.c
Original file line number Diff line number Diff line change
Expand Up @@ -734,4 +734,3 @@ binstr2int64(const char *s)
}
return rc;
}

0 comments on commit 5ee9b02

Please sign in to comment.