pgsql: PGDLLIMPORT-ize the global variables referenced in pg_crc.h. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: PGDLLIMPORT-ize the global variables referenced in pg_crc.h.
Date
Msg-id 20081113144228.1CE047545A4@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
PGDLLIMPORT-ize the global variables referenced in pg_crc.h.
I think this will fix current mingw buildfarm failures for pg_trgm.

Modified Files:
--------------
    pgsql/src/include/utils:
        pg_crc.h (r1.18 -> r1.19)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/pg_crc.h?r1=1.18&r2=1.19)

pgsql-committers by date:

Previous
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Since the xmlagg section was moved, "below" is no longer
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Prevent synchronous scan during GIN index build, because GIN is