pgsql: Tweak: use memcpy() in text_time(), rather than manually copying

From: neilc(at)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Tweak: use memcpy() in text_time(), rather than manually copying
Date: 2007-05-30 19:38:06
Message-ID: 20070530193806.238FD9FC0F4@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Tweak: use memcpy() in text_time(), rather than manually copying bytes
in a loop.

Modified Files:
--------------
pgsql/src/backend/utils/adt:
date.c (r1.129 -> r1.130)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/date.c.diff?r1=1.129&r2=1.130)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-05-30 19:45:01 pgsql: Update documentation mention of VACUUM FULL and CLUSTER where
Previous Message Bruce Momjian 2007-05-30 19:07:20 pgsql: Add URL for: * Improve speed with indexes For large table