Re: Patch to remove sort files, temp tables, unreferenced files

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Patch to remove sort files, temp tables, unreferenced files
Date: 2001-05-29 23:57:48
Message-ID: 200105292357.f4TNvmR03583@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

> > BTW, while I approve of moving sorttemp files into their own
> > subdirectory, it's sheer folly to give them names therein that look
> > so much like regular relation file names. They should still be named
> > something like "sorttempNNN".
>
> They are in their own directory. Naming as backend_pid.serial number seems
> OK to me.

I know remember I was going to call the file pid_323.2 so people knew it
was a pid. I will add that.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2001-05-30 00:51:43 Re: Fix for alter table add constraint inheritance
Previous Message Peter Eisentraut 2001-05-29 20:47:51 Re: Python (PyGreSQL) make install patch