pgsql: I forgot to update win32 code when doing a renaming in random.c.

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: I forgot to update win32 code when doing a renaming in random.c.
Date: 2005-07-11 17:00:04
Message-ID: 20050711170004.68768528C6@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
I forgot to update win32 code when doing a renaming in random.c.
Marko Kreen

Modified Files:
--------------
pgsql/contrib/pgcrypto:
random.c (r1.12 -> r1.13)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/random.c.diff?r1=1.12&r2=1.13)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-07-11 19:06:46 pgsql: Further tweaking of Win32-specific random code.
Previous Message Tom Lane 2005-07-11 15:40:39 pgsql: Avoid bzero/bxopy in favor of more standard library routines.