pgsql: pgBufferUsage needs PGDLLIMPORT for pg_stat_statements on - Mailing list pgsql-committers

From itagaki@postgresql.org (Takahiro Itagaki)
Subject pgsql: pgBufferUsage needs PGDLLIMPORT for pg_stat_statements on
Date
Msg-id 20100108004856.D53417541B9@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
pgBufferUsage needs PGDLLIMPORT for pg_stat_statements on Windows.

Modified Files:
--------------
    pgsql/src/include/executor:
        instrument.h (r1.22 -> r1.23)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/executor/instrument.h?r1=1.22&r2=1.23)

pgsql-committers by date:

Previous
From: itagaki@postgresql.org (Takahiro Itagaki)
Date:
Subject: pgsql: Add buffer access counters to pg_stat_statements.
Next
From: Simon Riggs
Date:
Subject: Re: pgsql: Fix (some of the) breakage introduced into query-cancel