| From: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> | 
|---|---|
| To: | Jeff Janes <jeff(dot)janes(at)gmail(dot)com> | 
| Cc: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> | 
| Subject: | Re: danger of stats_temp_directory = /dev/shm | 
| Date: | 2013-04-25 01:42:45 | 
| Message-ID: | 20130425014245.GR2169@eldon.alvh.no-ip.org | 
| Views: | Whole Thread | Raw Message | Download mbox | Resend email | 
| Thread: | |
| Lists: | pgsql-hackers | 
Jeff Janes escribió:
> With the stats file split patch 187492b6c2e8cafc5 introduced in 9.3dev, now
> after a crash the postmaster will try to delete all files in the directory
> stats_temp_directory.  When that is just a subdirectory of PGDATA, this is
> fine. But it seems rather hostile when it is set to a shared directory,
> like the popular /dev/shm.
> Does this need to be fixed, or at least documented?
I think we need it fixed so that it only deletes the files matching a
well-known pattern.  In fact, there's an XXX comment about this in the
code:
/* XXX should we try to ignore files other than the ones we write? */
-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services
| From | Date | Subject | |
|---|---|---|---|
| Next Message | KONDO Mitsumasa | 2013-04-25 02:49:40 | Re: Failing start-up archive recovery at Standby mode in PG9.2.4 | 
| Previous Message | Kyotaro HORIGUCHI | 2013-04-25 01:32:30 | Re: Failing start-up archive recovery at Standby mode in PG9.2.4 |