Skip to content

Commit 8ef55c0

Browse files
authored
Remove reverted CreateQueryDesc argument. (#299)
1 parent 682d473 commit 8ef55c0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/tleextension.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1177,9 +1177,6 @@ execute_sql_string(const char *sql)
11771177
QueryDesc *qdesc;
11781178

11791179
qdesc = CreateQueryDesc(stmt,
1180-
#if PG_VERSION_NUM >= 180000
1181-
NULL,
1182-
#endif
11831180
sql,
11841181
GetActiveSnapshot(), NULL,
11851182
dest, NULL, NULL, 0);

0 commit comments

Comments
 (0)