ProcSignalSlot vs. PGPROC

From: Markus Wanner <markus(at)bluegap(dot)ch>
To: PostgreSQL-development Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: ProcSignalSlot vs. PGPROC
Date: 2010-02-26 17:18:03
Message-ID: 4B88024B.9000800@bluegap.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

do I understand correctly that a BackendId is just an index into the
ProcSignalSlots array and not (necessarily) the same as the index into
ProcArrayStruct's procs?

If yes, could these be synchronized? Why is ProcSignalSlot not part of
PGPROC at all? Both are shared memory structures per backend (plus
NUM_AUXILIARY_PROCS). What am I missing?

Regards

Markus Wanner

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Garick Hamlin 2010-02-26 17:23:43 Re: pgbouncer + psql 9.0a4
Previous Message Bruce Momjian 2010-02-26 17:09:23 Re: ecpg tests broken by pgindent run