Skip to content

Commit 171f174

Browse files
committed
out_pqsql: Follow an increase of argument
Signed-off-by: Hiroshi Hatake <[email protected]>
1 parent 10308d2 commit 171f174

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/out_pgsql/pgsql.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,8 @@ static void cb_pgsql_flush(struct flb_event_chunk *event_chunk,
271271
event_chunk->size,
272272
FLB_PACK_JSON_FORMAT_JSON,
273273
FLB_PACK_JSON_DATE_DOUBLE,
274-
ctx->timestamp_key);
274+
ctx->timestamp_key,
275+
config->json_escape_unicode);
275276
if (json == NULL) {
276277
flb_errno();
277278
flb_plg_error(ctx->ins,

0 commit comments

Comments
 (0)