From: | tgl(at)postgresql(dot)org |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql/src/include/storage (backendid.h sinval.h sinvaladt.h) |
Date: | 2000-11-12 20:51:53 |
Message-ID: | 200011122051.eACKprG06314@hub.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Date: Sunday, November 12, 2000 @ 15:51:53
Author: tgl
Update of /home/projects/pgsql/cvsroot/pgsql/src/include/storage
from hub.org:/home/projects/pgsql/tmp/cvs-serv6275/src/include/storage
Modified Files:
backendid.h sinval.h sinvaladt.h
----------------------------- Log Message -----------------------------
Keep track of the last active slot in the shared ProcState array, so
that search loops only have to scan that far and not through all maxBackends
entries. This eliminates a performance penalty for setting maxBackends
much higher than the average number of active backends. Also, eliminate
no-longer-used 'backend tag' concept. Remove setting of environment
variables at backend start (except for CYR_RECODE), since none of them
are being examined by the backend any longer.
From | Date | Subject | |
---|---|---|---|
Next Message | inoue | 2000-11-13 09:06:36 | pgsql/src/backend/storage/smgr (smgr.c) |
Previous Message | tgl | 2000-11-12 20:51:52 | pgsql/src/backend/storage/ipc (sinval.c sinvaladt.c) |