Why are these ARC variables per-backend?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jan Wieck <JanWieck(at)Yahoo(dot)com>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Why are these ARC variables per-backend?
Date: 2004-04-19 16:46:18
Message-ID: 26226.1082393178@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2004-04-19 16:51:16 Re: [HACKERS] Remove MySQL Tools from Source?
Previous Message Tom Lane 2004-04-19 16:02:45 Re: GUC variable set, TODO