pgsql: Fix assign_pgstat_temp_directory() to ensure the directory path

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix assign_pgstat_temp_directory() to ensure the directory path
Date: 2009-05-03 20:09:55
Message-ID: 20090503200955.67CA075407B@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix assign_pgstat_temp_directory() to ensure the directory path is
canonicalized. Avoid the need to elog(FATAL) on out-of-memory.

Modified Files:
--------------
pgsql/src/backend/utils/misc:
guc.c (r1.503 -> r1.504)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.503&r2=1.504)

Browse pgsql-committers by date

  From Date Subject
Next Message User Bmomjian 2009-05-03 20:37:06 pg-migrator - src: Variable naming cleanup.
Previous Message Tom Lane 2009-05-03 17:16:58 pgsql: Fix already-obsolete hint message ...