add bug note to FIXME
This commit is contained in:
parent
f1056d1be5
commit
0a415262da
@ -1147,10 +1147,11 @@ postgres_gc (void *cls)
|
||||
struct GNUNET_PQ_Context *conn;
|
||||
enum GNUNET_DB_QueryStatus qs;
|
||||
struct GNUNET_PQ_PreparedStatement ps[] = {
|
||||
/* FIXME: this is obviously not going to be this easy... */
|
||||
#if 0
|
||||
GNUNET_PQ_make_prepare ("gc_auditor",
|
||||
"FIXME",
|
||||
"FIXME #4960",
|
||||
0),
|
||||
#endif
|
||||
GNUNET_PQ_PREPARED_STATEMENT_END
|
||||
};
|
||||
|
||||
@ -1160,6 +1161,8 @@ postgres_gc (void *cls)
|
||||
ps);
|
||||
if (NULL == conn)
|
||||
return GNUNET_SYSERR;
|
||||
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
|
||||
"FIXME: Auditor GC not implemented (#4960)\n");
|
||||
qs = GNUNET_PQ_eval_prepared_non_select (conn,
|
||||
"gc_auditor",
|
||||
params_time);
|
||||
|
Loading…
Reference in New Issue
Block a user