]> granicus.if.org Git - postgresql/commit
Fix assign_pgstat_temp_directory() to ensure the directory path is
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 3 May 2009 20:09:54 +0000 (20:09 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 3 May 2009 20:09:54 +0000 (20:09 +0000)
commit04f2403820344cc27da85d8c0e250933dbecf6b9
tree197bac072012956934a4091780f755e847189f4f
parentac73ced7255267fb8b1be9dc0b8b369d6b70b306
Fix assign_pgstat_temp_directory() to ensure the directory path is
canonicalized.  Avoid the need to elog(FATAL) on out-of-memory.
src/backend/utils/misc/guc.c