Skip to content
Snippets Groups Projects
Commit 0570d5ab authored by Stephen R. van den Berg's avatar Stephen R. van den Berg
Browse files

pgsql: Minor optimisations.

parent f2913991
No related branches found
No related tags found
No related merge requests found
......@@ -1022,7 +1022,7 @@ class sql_result {
break;
}
} while (0);
plugbuffer->add_int32(1)->add_int8(value);
plugbuffer->add("\0\0\0\1", value);
break;
case CHAROID:
if (intp(value))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment