Re: pg_upgrade log files - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: pg_upgrade log files
Date
Msg-id 1340989255-sup-4716@alvh.no-ip.org
Whole thread Raw
In response to Re: pg_upgrade log files  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Excerpts from Tom Lane's message of vie jun 29 01:04:13 -0400 2012:
> Alvaro Herrera <alvherre@alvh.no-ip.org> writes:
> > I propose this patch which echoes the commands to the respective log
> > files.  I would backpatch this to 9.2.
>
> OK, but the fflush just before fclose seems a bit pointless; fclose
> will do that anyway no?

Bah, yes, thanks.  Pushed with that change.

--
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


pgsql-hackers by date:

Previous
From: Jaime Casanova
Date:
Subject: Re: [v9.3] Extra Daemons (Re: elegant and effective way for running jobs inside a database)
Next
From: Nils Goroll
Date:
Subject: Update on the spinlock->pthread_mutex patch experimental: replace s_lock spinlock code with pthread_mutex on linux