vibhorkum / pg_background

pg_background
GNU General Public License v3.0
136 stars 35 forks source link

undefined reference to `StatementTimeout' on pg12Beta4 with MinGW #18

Closed legrandlegrand closed 3 years ago

legrandlegrand commented 4 years ago

Hello,

it seems that extern int StatementTimeout; in \src\include\storage\proc.h is missing PGDLLIMPORT

Regards PAscal

legrandlegrand commented 4 years ago

See Demand to community: https://www.postgresql-archive.org/pg13-PGDLLIMPORT-list-td6119742.html

committed pg13 and back patched from 9.4 to 12: https://www.postgresql-archive.org/pgsql-Add-GUC-variables-for-stat-tracking-and-timeout-as-PGDLLIMPORT-td6120016.html January 21th by Michael Paquier

vibhorkum commented 3 years ago

It is fixed as part of the PG. Therefore closing this issue.