pgsql: Fix C++-style comments, per Rocco Altier.

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix C++-style comments, per Rocco Altier.
Date: 2005-07-18 16:35:07
Message-ID: 20050718163507.22E4E52AEF@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix C++-style comments, per Rocco Altier.

Modified Files:
--------------
pgsql/contrib/pgcrypto:
pgp-compress.c (r1.2 -> r1.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/pgp-compress.c.diff?r1=1.2&r2=1.3)
pgp-decrypt.c (r1.2 -> r1.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/pgp-decrypt.c.diff?r1=1.2&r2=1.3)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-07-18 17:09:02 pgsql: Small cleanups for pgcrypto.
Previous Message Tom Lane 2005-07-18 15:55:01 pgsql: MemSet() must not cast its pointer argument to int32* until after