Marko Kreen

Results 41 comments of Marko Kreen

Please provide `dumprar.py -vv vol1.rar vol2.rar vol3.rar` output for all volumes. You can either sanitize filenames and post it here or send it to "markokr at gmail.com" address.

I did a very conservative patch, just let code fall back to RAR2 logic where SPLIT_AFTER is used for triggering volume change. Not sure it this is enough, please let...

It is a coding style decision - there is only one pgq module per db, under namespace `pgq.*` so db clients and other db modules can find it. 1) Why...

I've played around with it a bit and indeed, setting `schema='pgq'` mostly works, which is nice to know. But there are 2 issues with it: - The schema `pgq` would...

I was talking about upgrade procedure for `schema=pg_catalog` => `schema=pgq` change.

I still see it as a coding style issue. Imagene a range of extension types, from one extreme to other: 1) Extension with couple schema-less functions, installed into first writable...

In that example, extensions will not put any objects into `pg_catalog`, we are talking about a placeholder schema for API designed for [1]. Extensions that actually put objects into `pg_catalog`...

If extension of type [2] and [3] put `pg_catalog` as owner schema into control file, without putting any objects under `pg_catalog`, what is the problem with it? It is a...

What is the version of unar you are running? And what OS are you on?

Tracking all connections to one server is doable but annoying. But the main problem is defining sane behaviour when the connections are full. Btw, whats wrong with failed connections due...