pgsql: Avoid use of C commment inside C comment from recent Win32 int - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Avoid use of C commment inside C comment from recent Win32 int
Date
Msg-id 20060612162909.074509FA3CD@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Avoid use of C commment inside C comment from recent Win32 int overflow patch.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        int.c (r1.68.2.2 -> r1.68.2.3)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/int.c.diff?r1=1.68.2.2&r2=1.68.2.3)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Avoid use of C commment inside C comment from recent Win32 int
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add BY clause to PL/PgSQL FOR loop, to control the iteration