Search Postgresql Archives

Re: Out of Memory - 8.2.4

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Alvaro Herrera <alvherre@xxxxxxxxxxxxxxxxx> writes:
> It continues with the next table if interrupted (SIGINT), but the worker
> exits on any other error.  I would ask you to review that code -- it's
> in do_autovacuum, the PG_TRY block at the end.  It was committed in rev
> 1.52 of autovacuum.c.

While looking at this I came across something I didn't like at all:

         * We somewhat ignore the risk that the launcher changes its PID
         * between we reading it and the actual kill; we expect ProcKill to be
         * called shortly after us, and we assume that PIDs are not reused too
         * quickly after a process exits.

I'm fairly sure that Windows has a bad habit of recycling PIDs almost
immediately.  I didn't actually read the code to see what the assumption
is for --- I just noticed this comment and it set off alarm bells.  Can
you rework the logic to not depend on PIDs at all?  (Perhaps the
"session IDs" that Florian's patch will create would serve instead?
I imagine those will be assigned during InitProcess, so they should
be available to identify individual autovac workers.)

			regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux