Christoph Berg

Results 130 comments of Christoph Berg

I have no idea how Ubuntu works there, but on the Debian side, updating old releases is a pretty involved process. Perhaps the fix for the future could be to...

I'm co-maintaining the Debian package of flask-security (yet to be uploaded), and babelex is causing headaches because of the issues mentioned by @dappiu. Also, the newly added dependency on speaklater...

Am 4. August 2019 09:45:40 MESZ schrieb Richard Schwab : >``` >[S]end, [e]dit, send and edit [a]gain, [q]uit: [s] >Use of uninitialized value $response in pattern match (m//) at >/usr/bin/dnsvi...

Hi, I guess you mean https://github.com/pgvector/pgvector ? What's the use case for pg_filedump here? Non-core datatypes would best be extracted by getting PostgreSQL to run on the data directory, and...

pg_dump won't look inside indexes. If you want to look into page structures, try the `pageinspect` extension.

Fwiw if someone submits a PR for hnsw index support, I wouldn't be opposed to merging it, but that's probably better handled first with in-PostgreSQL extensions.

Crashes here as well: ``` Core was generated by `postgresql-filedump.git/pg_filedump -D int,varchar,xml,text,text -o -t 20/21359'. Program terminated with signal SIGSEGV, Segmentation fault. #0 0x000055aefc4a73c0 in pglz_decompress () (gdb) bt #0...

This specific case seems to be fixed by 6d81d286a, but there's still a bug in the detoasting code that I could not yet track down because I got lost several...

Hi, is there anything I should do on the sdate side?

TBH I didn't even get what the problem is. What did you do exactly, how do I reproduce?