Arseny Sher

Results 57 comments of Arseny Sher

> I got 207G before the migration but I still got 207G after migration when I type '\d+'. That's quite normal until you vacuum the parent table (of course you...

Thank you. I think I will fix it in a week or so.

Here you go: https://github.com/postgrespro/pg_pathman/releases/tag/1.5.10

This is weird. ``` CREATE EXTENSION pg_pathman; create table part_test(id int, info text, crt_time timestamp without time zone not null); select create_range_partitions('part_test'::regclass, 'crt_time', '2016-10-25 00:00:00'::timestamp without time zone, interval '1...

FWIW I also bumped into this and while experimenting wrote draft patch that works at https://github.com/arssher/aiopg/tree/handle_changed_socket But it is not decent enough to be proposed as PR.

Well, I don't see Popen call being changed in the last two years neither previously existed decode(). At which commit/version you saw the previous behaviour? At least pathman tests rely...

Got apparently the same in test_tenant_tasks. https://github.com/neondatabase/neon/actions/runs/3345492496/jobs/5541326216

> With gRPC, is it only used as a message bus, so that if you aren't subscribed to it when a message is sent, it is lost? Or is it...

> WIth that in mind, I feel like basic websockets are fine? I wanted to give a shot to it, but realized for that we need to either create a...

> That said, I'd prefer to stay with gRPC as a first step So let's proceed with that.