Re: pgsql: Oops, don't forget to rewind the directory before scanning it to - Mailing list pgsql-committers

From Fujii Masao
Subject Re: pgsql: Oops, don't forget to rewind the directory before scanning it to
Date
Msg-id 3f0b79eb1002211838p634bd86dm2a6e42450326a13@mail.gmail.com
Whole thread Raw
In response to pgsql: Oops, don't forget to rewind the directory before scanning it to  (stark@postgresql.org (Greg Stark))
List pgsql-committers
On Mon, Feb 22, 2010 at 9:11 AM, Greg Stark <stark@postgresql.org> wrote:
> Log Message:
> -----------
> Oops, don't forget to rewind the directory before scanning it to fsync files in CREATE DATABASE

      }
+     Free(xldir);

s/Free/FreeDir ?

Regards,

--
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Oops, don't forget to rewind the directory before scanning it to
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix multiple copy and paste-o's.