Re: Problem in GIT mirror (was Re: pgsql: Fix all the server-side SIGQUIT handlers ...)

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: pgsql-www(at)postgresql(dot)org
Subject: Re: Problem in GIT mirror (was Re: pgsql: Fix all the server-side SIGQUIT handlers ...)
Date: 2009-05-15 22:17:01
Message-ID: 20090515221701.GE5183@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-www

Alvaro Herrera wrote:
> Tom Lane wrote:
> > Log Message:
> > -----------
> > Fix all the server-side SIGQUIT handlers (grumble ... why so many identical
> > copies?) to ensure they really don't run proc_exit/shmem_exit callbacks,
> > as was intended. I broke this behavior recently by installing atexit
> > callbacks without thinking about the one case where we truly don't want
> > to run those callback functions. Noted in an example from Dave Page.
>
> Something seems wrong on the GIT mirror. This patch appears as
> http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=e5a8ea96adf14b9d822aff82d8f4ebf41d3a8e95
> however, it only shows the diff for xlog.c, not the other files that
> were touched by this commit.

So I foolishly assumed that it would fix itself when the next sync
occured, but several hours have passed and the problem still exists.

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2009-05-16 11:03:26 Re: Problem in GIT mirror (was Re: pgsql: Fix all the server-side SIGQUIT handlers ...)
Previous Message User Bmomjian 2009-05-15 20:19:25 pg-migrator - pg_migrator: Style improvement, mention link mode more.

Browse pgsql-www by date

  From Date Subject
Next Message Magnus Hagander 2009-05-16 11:03:26 Re: Problem in GIT mirror (was Re: pgsql: Fix all the server-side SIGQUIT handlers ...)
Previous Message Alvaro Herrera 2009-05-15 17:35:11 Problem in GIT mirror (was Re: pgsql: Fix all the server-side SIGQUIT handlers ...)