Clean up local redeclarations of variables with DLLIMPORT, per report
Tom Lane <tgl@sss.pgh.pa.us>
Clean up local redeclarations of variables with DLLIMPORT, per report from Magnus that MSVC complains about this.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/adminpack/adminpack.c | modified | +2 −5 |
| contrib/pg_buffercache/pg_buffercache_pages.c | modified | +1 −6 |
| contrib/pg_freespacemap/pg_freespacemap.c | modified | +1 −8 |
| src/backend/catalog/pg_proc.c | modified | +1 −5 |
| src/backend/utils/misc/guc.c | modified | +3 −4 |
| src/include/miscadmin.h | modified | +4 −4 |
| src/include/postmaster/syslogger.h | modified | +3 −3 |
| src/include/storage/buf_internals.h | modified | +2 −2 |
| src/include/storage/freespace.h | modified | +3 −3 |
| src/include/utils/guc.h | modified | +3 −3 |
| src/pl/plperl/plperl.c | modified | +2 −4 |
| src/pl/plpgsql/src/pl_handler.c | modified | +2 −3 |