Re: [HACKERS] ereport(ERROR) and files

2005-08-11 Thread Tom Lane
Bruce Momjian writes: > Do we automatically close files opened with AllocateFile() on > ereport(ERROR)? Yes ... that's more or less the point of having it ... regards, tom lane ---(end of broadcast)--- TIP 9: In versions be

Re: [HACKERS] ereport(ERROR) and files

2005-08-11 Thread Bruce Momjian
Bruce Momjian wrote: > Do we automatically close files opened with AllocateFile() on > ereport(ERROR)? I found they are closed, fd.c comment says: * fd.c will automatically close all files opened with AllocateFile at * transaction commit or abort; this prevents FD leakage if a routine * that c

[HACKERS] ereport(ERROR) and files

2005-08-11 Thread Bruce Momjian
Do we automatically close files opened with AllocateFile() on ereport(ERROR)? -- Bruce Momjian| http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup.