[HACKERS] Allow controlling location of tmp_install - Mailing list pgsql-hackers

From Jim Nasby
Subject [HACKERS] Allow controlling location of tmp_install
Date
Msg-id 16b2a6aa-4347-edab-2921-f8d30cd65475@BlueTreble.com
Whole thread Raw
Responses Re: [HACKERS] Allow controlling location of tmp_install  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-hackers
While running a couple of parallel make (install)check-worlds I was 
surprised to see my system load at 5x what I'd think it'd be. Looking at 
CPU % consumption it turns out this was because mds (the OS X indexing 
service) and a few other things were going bonkers. That's because they 
were all trying to process a huge amount of notification events.

I've now moved my normal install locations to somewhere I can exclude 
from mds and what-not, but I don't see any way to do that with 
tmp_install. Is there a trick here I'm missing, or should I change 
Makefile.global.in to check for an environment variable?
-- 
Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX
Experts in Analytics, Data Architecture and PostgreSQL
Data in Trouble? Get it in Treble! http://BlueTreble.com
855-TREBLE2 (855-873-2532)



pgsql-hackers by date:

Previous
From: Jim Nasby
Date:
Subject: Re: [HACKERS] [PATCH] guc-ify the formerly hard-coded MAX_SEND_SIZEto max_wal_send
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Assignment of valid collation for SET operations on queries with UNKNOWN types.