Re: [HACKERS] [Bug fix] PQsendQuery occurs error whentarget_session_attrs is set to read-write
В списке pgsql-hackers по дате отправления:
| От | Higuchi, Daisuke |
|---|---|
| Тема | Re: [HACKERS] [Bug fix] PQsendQuery occurs error whentarget_session_attrs is set to read-write |
| Дата | |
| Msg-id | 1803D792815FC24D871C00D17AE95905AC96BC@g01jpexmbkw24 обсуждение исходный текст |
| Ответ на | Re: [HACKERS] [Bug fix] PQsendQuery occurs error whentarget_session_attrs is set to read-write (Michael Paquier <michael.paquier@gmail.com>) |
| Ответы |
Re: [HACKERS] [Bug fix] PQsendQuery occurs error whentarget_session_attrs is set to read-write
|
| Список | pgsql-hackers |
From: Michael Paquier [mailto:michael.paquier@gmail.com] >This has not been added yet to the next CF. As Ashutosh mentioned >things tend to be easily forgotten. So I have added it here: >https://commitfest.postgresql.org/13/982/ Thank you for adding this problem to CF. > I have noticed this typo on the way => s/requisted/requested/: >--- a/src/interfaces/libpq/fe-connect.c >+++ b/src/interfaces/libpq/fe-connect.c >@@ -2908,7 +2908,7 @@ keep_going: /* We will >come back to here until there is > } > /* >- * If a read-write connection is requisted check for same. >+ * If a read-write connection is requested check for same. > */ > if (conn->target_session_attrs != NULL && > strcmp(conn->target_session_attrs, "read-write") == 0) I add this fix to the updated patch. This is based on the patch Ashutosh updated. Regards, Daisuke, Higuchi -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера