Re: small code cleanup - gettimeofday()

Lists: pgsql-patches
From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org>
Subject: small code cleanup - gettimeofday()
Date: 2005-10-21 14:39:23
Message-ID: 4358FD9B.3060706@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-patches


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.

cheers

andrew

Attachment Content-Type Size
gettimeofday.patch text/x-patch 2.8 KB

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
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