Обсуждение: pgsql: Tweak: use memcpy() in text_time(), rather than manually copying

Поиск
Список
Период
Сортировка

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

От
neilc@postgresql.org (Neil Conway)
Дата:
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)