pgsql: Add PGDLLIMPORT to ScanKeywords and NumScanKeywords. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Add PGDLLIMPORT to ScanKeywords and NumScanKeywords.
Date
Msg-id E1SDzjI-000603-UG@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Add PGDLLIMPORT to ScanKeywords and NumScanKeywords.  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-committers
Add PGDLLIMPORT to ScanKeywords and NumScanKeywords.

Per buildfarm, this is now needed by contrib/pg_stat_statements.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5e83854d71bb05403768a97a415a129b0081564b

Modified Files
--------------
src/include/parser/keywords.h |    4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: pgxs: Supply default values for BISON and FLEX variables
Next
From: Tom Lane
Date:
Subject: pgsql: Fix glitch recently introduced in psql tab completion.