diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2000-11-12 20:51:52 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2000-11-12 20:51:52 +0000 |
commit | ebb0a2014930034a89ae5f4953b52c9afbf585ae (patch) | |
tree | 2c8126548b1737e6312c40aa9aecfe9f549f11cb /src/tutorial | |
parent | c48025e799dd51a78c82193bc9ce6c63d7e6681f (diff) | |
download | postgresql-ebb0a2014930034a89ae5f4953b52c9afbf585ae.tar.gz postgresql-ebb0a2014930034a89ae5f4953b52c9afbf585ae.zip |
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.
Diffstat (limited to 'src/tutorial')
0 files changed, 0 insertions, 0 deletions