Re: small code cleanup - gettimeofday()

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: small code cleanup - gettimeofday()
Date: 2005-10-22 14:28:32
Message-ID: 435A4C90.7020306@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


I wrote:

>
> The attached small patch removes the useless struct timezone argument
> to gettimeofday() in a few places and replaces it with NULL, bringing
> it into line with the rest of the code.
>
> If noone objects I will apply this soon.
>

applied.

cheers

andrew

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Martijn van Oosterhout 2005-10-22 19:42:27 [PATCH] Fix Ctrl-C related issues in psql (not for 8.1)
Previous Message Tom Lane 2005-10-21 15:29:20 Re: [PATCHES] Win32 CHECK_FOR_INTERRUPTS() performance tweak