Mark exception and assert global variables as DLLIMPORT, so that plpgsql

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 32924c1c9048a4dbd99f2cfedbd3128b50968c14
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-03-23T18:26:01Z
Releases: 7.1.1
Mark exception and assert global variables as DLLIMPORT, so that plpgsql
can be compiled with asserts enabled on Windoze.

Files

PathChange+/−
src/backend/tcop/postgres.c modified +3 −3
src/include/postgres.h modified +5 −5
src/include/utils/excid.h modified +10 −10