diff options
author | Sacha Chua <sacha@sachachua.com> | 2024-12-11 12:52:36 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2024-12-11 12:52:36 -0500 |
commit | 9417fdf92d850596488eda10a09b04756e15e595 (patch) | |
tree | c69d497a9459885a547f12e5d87864621b85e3e8 /2024/talks/pgmacs.md | |
parent | bc00e2160bbb52a27c11a85f724a557e7b42b4f0 (diff) | |
download | emacsconf-wiki-9417fdf92d850596488eda10a09b04756e15e595.tar.xz emacsconf-wiki-9417fdf92d850596488eda10a09b04756e15e595.zip |
remove rel
Diffstat (limited to '')
-rw-r--r-- | 2024/talks/pgmacs.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/2024/talks/pgmacs.md b/2024/talks/pgmacs.md index ed9c2d20..bb0171d7 100644 --- a/2024/talks/pgmacs.md +++ b/2024/talks/pgmacs.md @@ -124,13 +124,13 @@ in his spare time. - pg-bind: Wrong type argument: stringp, 97 - But it didn't try to load vector extensions (from pg logs). - With toggle-debug-on-error, this is the backtrace - - [https://gist.github.com/ankitrgadiya/d9ae038489e4f680e3037e2e61584312](https://gist.github.com/ankitrgadiya/d9ae038489e4f680e3037e2e61584312){rel="noreferrer noopener"} + - [https://gist.github.com/ankitrgadiya/d9ae038489e4f680e3037e2e61584312](https://gist.github.com/ankitrgadiya/d9ae038489e4f680e3037e2e61584312) - OK, thanks for that backtrace. I don't immediately see what is wrong here. There is something strange about that shared_urls table, it seems. Are you using pg-el from the github repo? - I created the github issue to continue the discussion: - [https://github.com/emarsden/pgmacs/issues/9](https://github.com/emarsden/pgmacs/issues/9){rel="noreferrer noopener"} + [https://github.com/emarsden/pgmacs/issues/9](https://github.com/emarsden/pgmacs/issues/9) - - - BTW I'm using the postgres docker image. - This is amazing! Image inline :o !! |