Ivan Kovmir
Ivan Kovmir
The ability to customize and orientation toward users who know what they want is the beauty of FOSS. Do not deprive us of this freedom. @patbel-pwr wants to apply same...
Same for me: ``` Traceback (most recent call last): File "/home/uninstance/.local/bin/tg", line 8, in sys.exit(main()) File "/home/uninstance/.local/lib/python3.9/site-packages/tg/__main__.py", line 69, in main tg.login() File "/home/uninstance/.local/lib/python3.9/site-packages/telegram/client.py", line 583, in login self.authorization_state =...
@nikhil-postgres, thank you for a reproducible test! I will get to it soon.
@nikhil-postgres I have come up with a possible solution, are you willing to help me test it?
> To me, that sounds more like a bug: this error is thrown if pg_show_plans tries to store a plan with a `nested_level` > 0, but there is no plan...
Hello! I am the new maintainer. It seems like currently we have a redundant variable, and none of the two give the desired functionality, i.e.: ``` static void pgsp_ExecutorEnd(QueryDesc *queryDesc)...
Alright, I got it. [GUC](https://www.postgresql.org/docs/current/acronyms.html) variable disables the extension locally, and shared structure variable disables the extension globally (for all clients).
`git grep "PGDLLIMPORT .*_hook_type" src/include/` Taken from [Postgres wiki](https://wiki.postgresql.org/wiki/PostgresServerExtensionPoints).
Try sudo. Worked out for me.
Tags indicate the time to update, and yes one can attach binaries to them on GitHub.