Why are these ARC variables per-backend? - Mailing list pgsql-hackers

From Tom Lane
Subject Why are these ARC variables per-backend?
Date
Msg-id 26226.1082393178@sss.pgh.pa.us
Whole thread Raw
Responses Re: Why are these ARC variables per-backend?  (Jan Wieck <JanWieck@Yahoo.com>)
List pgsql-hackers
I've got a problem with these variables in freelist.c:

static int        strategy_cdb_found;
static int        strategy_cdb_replace;
static int        strategy_get_from;

Why are these per-backend?  Shouldn't they be in shared state?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: GUC variable set, TODO
Next
From: Josh Berkus
Date:
Subject: Re: Remove MySQL Tools from Source?