| От | Tom Lane |
|---|---|
| Тема | Re: Strange error (Socket command option unknown) |
| Дата | |
| Msg-id | 2917.1045977267@sss.pgh.pa.us обсуждение |
| Ответ на | Strange error (Socket command option unknown) (Carlos Moreno <moreno@mochima.com>) |
| Список | pgsql-general |
Carlos Moreno <moreno@mochima.com> writes:
> "FATAL 1: Socket command option e unknown"
You sure it doesn't say
Socket command type e unknown
? Because that's how it's spelled in tcop/postgres.c, and I don't see
any other messages like this.
This message is basically saying that the backend got an unexpected
start-of-message character from the frontend. Usually this happens
because the frontend and backend have gotten out of sync, and the most
common cause of that is a failed COPY IN operation. COPY IN has no
error-recovery ability worthy of the name :-(.
Does your app use COPY IN a lot? What shows up in the postmaster log
right before these messages?
regards, tom lane
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера