Skip to content

Commit

Permalink
add ; accidentally deleted when removing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jimjonesbr committed Mar 7, 2024
1 parent 4ea20e3 commit 19776f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdf_fdw.c
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ Datum rdf_fdw_clone_table(PG_FUNCTION_ARGS)
* we use the first colum (index 1) for the SPARQL ORDER BY.
*/
if(!orderby_variable)
orderby_variable = "1"
orderby_variable = "1";

elog(DEBUG1,"orderby_variable = %s",orderby_variable);

Expand Down

0 comments on commit 19776f9

Please sign in to comment.