From 19776f995eb44894c3886ed8378f7e1d344d0a98 Mon Sep 17 00:00:00 2001 From: Jim Jones Date: Thu, 7 Mar 2024 20:27:24 +0100 Subject: [PATCH] add ; accidentally deleted when removing comments --- rdf_fdw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdf_fdw.c b/rdf_fdw.c index eac93fd..b304a00 100644 --- a/rdf_fdw.c +++ b/rdf_fdw.c @@ -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);