We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fdac39 commit 46ab54bCopy full SHA for 46ab54b
1 file changed
src/postgresql/database_postgresql.c
@@ -710,7 +710,6 @@ int database_select2_values (cloudsync_context *data, const char *sql, char **va
710
// init values
711
*value = NULL;
712
*value2 = 0;
713
- *value3 = 0;
714
*len = 0;
715
716
int rc = SPI_execute(sql, true, 0);
0 commit comments