Mark exception and assert global variables as DLLIMPORT, so that plpgsql
Tom Lane <tgl@sss.pgh.pa.us>
Mark exception and assert global variables as DLLIMPORT, so that plpgsql can be compiled with asserts enabled on Windoze.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/tcop/postgres.c | modified | +3 −3 |
| src/include/postgres.h | modified | +5 −5 |
| src/include/utils/excid.h | modified | +10 −10 |