Dimitri Fontaine

Results 239 comments of Dimitri Fontaine

> When Neon infrastructure code connects to the Postgres database (as a platform admin I suppose), it might be necessary to set `event_triggers` to false to make sure user code...

Given that the problem is from `pg_restore`, can you reproduce the problem just using this tool, without pgcopydb involved?

Thread support is provided by the lisp implementation, here SBCL 1.4.15. Which platform are you using, where SBCL does not have threads? Consider using a newer version of SBCL with...

The current Makefile organisation and buildapp use can make it hard to debug building pgloader in many cases. That's why there's also the https://github.com/dimitri/pgloader/blob/master/src/save.lisp option, and the `make CL=ccl save`...

Hi @allenleung86 ; I don't understand what you want to achieve here. Please show me an example of the CSV file you have, and the matching data you want to...

Help needed in review: I'm not quite sure that the new validation code is exercised as intended in the testing, because it looks like the test passes without capturing an...

> src/bin/pgcopydb/lock_utils.c:32:19: style: union member 'semun::buf' is never used. [unusedStructMember] > src/bin/pgcopydb/lock_utils.c:33:18: style: union member 'semun::array' is never used. [unusedStructMember] These two are platform specific. Allows to run the code...

I would prefer the `const` pointers to be in a separate PR that only does that. Too much noise in that PR now for review.

Hi @hashworks ; I'm indeed not much active anymore. I would like to spend more time on the project and I still have many ideas. At the moment I can...