Re: Postgres Crash
От | Samuel Stearns |
---|---|
Тема | Re: Postgres Crash |
Дата | |
Msg-id | 68B59BEDCD36854AADBDF17E91B2937A07844CD06C@EXCHMAIL.staff.internode.com.au обсуждение исходный текст |
Ответ на | Re: Postgres Crash (Tom Lane <tgl@sss.pgh.pa.us>) |
Список | pgsql-admin |
Tom, So you are in agreement that the fix is: This simple patch seem to fix the problem --- src/backend/postmaster/postmaster.c.orig 2010-10-27 19:07:42.000000000 +0400 +++ src/backend/postmaster/postmaster.c 2010-10-27 19:08:25.000000000 +0400 @@ -1917,7 +1917,7 @@ if (port->sock >= 0) StreamClose(port->sock); ConnFree(port); - port = NULL; + return NULL; } else { -- From that previous link? Sam -----Original Message----- From: Tom Lane [mailto:tgl@sss.pgh.pa.us] Sent: Friday, 10 December 2010 3:22 PM To: Samuel Stearns Cc: Shoaib Mir; pgsql-admin@postgresql.org Subject: Re: [ADMIN] Postgres Crash Samuel Stearns <SStearns@internode.com.au> writes: > Yes, with gssapi. Well, then we have our smoking gun, but it's still not clear *why* the setsockopt() call failed. regards, tom lane
В списке pgsql-admin по дате отправления: