Compare commits

..

No commits in common. "b0edfb7b01dbf9bdc59c0fb1fda1847f9339ab33" and "cb4dde1dc4bec4b694694693fca01599c34d4d26" have entirely different histories.

1 changed files with 44 additions and 53 deletions

View File

@ -260,15 +260,6 @@ class PublishDispatcher:
False,
False,
)
async with self.pool.acquire() as log_connection:
await log_connection.set_type_codec(
'json',
encoder=dumps,
decoder=loads,
schema='pg_catalog'
)
async with log_connection.transaction():
risotto_context.log_connection = log_connection
async with self.pool.acquire() as connection:
await connection.set_type_codec(
'json',