Tom Lane wrote: > [email protected] (Bruce Momjian) writes: > > Log Message: > > ----------- > > Add PGDLLIMPORT for binary_upgrade global variables so shared object > > libraries can access them. > > This change is useless, and contrary to our coding standards elsewhere. > You need PGDLLIMPORT on the externs seen by the loadable module. We > don't put it on the actual variable definitions.
Thanks, I will make the necessary adjustments. -- Bruce Momjian <[email protected]> http://momjian.us EnterpriseDB http://enterprisedb.com + If your life is a hard drive, Christ can be your backup. + -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
