small code cleanup - gettimeofday()

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

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2005-10-21 15:29:20 Re: [PATCHES] Win32 CHECK_FOR_INTERRUPTS() performance tweak
Previous Message Qingqing Zhou 2005-10-21 06:39:26 Win32 CHECK_FOR_INTERRUPTS() performance tweak