From 9c8a9c79aeab19371090a7f77c374d808d529767 Mon Sep 17 00:00:00 2001 From: "Stephen R. van den Berg" <srb@cuci.nl> Date: Thu, 11 Sep 2014 09:35:55 +0200 Subject: [PATCH] Fixed, so drop note. --- src/modules/Postgres/pgresult.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/modules/Postgres/pgresult.c b/src/modules/Postgres/pgresult.c index d1374d5b51..0172cd3201 100644 --- a/src/modules/Postgres/pgresult.c +++ b/src/modules/Postgres/pgresult.c @@ -375,10 +375,6 @@ badresult: char *value = PQgetvalue(THIS->result, THIS->cursor, j); int len = PQgetlength(THIS->result, THIS->cursor, j); switch(PQftype(THIS->result, j)) { - /* FIXME: This code is questionable, and BPCHAROID - * and BYTEAOID are usually not available - * to Postgres frontends. - */ #if defined(CUT_TRAILING_SPACES) && defined(BPCHAROID) case BPCHAROID: for(;len>0 && value[len]==' ';len--); -- GitLab