From 8f3ff9bb13904d28b0ff7652b68b15a5419b43b6 Mon Sep 17 00:00:00 2001 From: Zuul Date: Tue, 19 Mar 2019 19:21:05 +0000 Subject: [PATCH] Update git submodules * Update congress from branch 'master' - Merge "Fix redundant index, unindexable, wrong isolation in JSON ingester" - Fix redundant index, unindexable, wrong isolation in JSON ingester Fixes a bug where json ingester repeatedly creates redundant indexes each time Congress restarts. Mitigates a problem where indexing fails when a field exceeds the postgres indexable limit of 2712 bytes. Indexing is made optional. Fixes a bug where unexpected behavior occurs when the backend DB default isolation level is not the expected read_committed. The isolation level is now set explicitly per connection. Change-Id: I514aa9b96e4efbffe8880cce775dc2259eca4648 Closes-bug: 1819987 Closes-bug: 1819988 Closes-bug: 1819985 --- congress | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/congress b/congress index f00f31cb2c..2836812e82 160000 --- a/congress +++ b/congress @@ -1 +1 @@ -Subproject commit f00f31cb2cac4198344ea7b464d848a38074090a +Subproject commit 2836812e829c3a77caf966a0e151a2362c9501f6