OSDN Git Service

Clean up local redeclarations of variables with DLLIMPORT, per report
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 19 Oct 2006 18:32:48 +0000 (18:32 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 19 Oct 2006 18:32:48 +0000 (18:32 +0000)
commitdef651f48f6e8e8e2bc8bb604d443f4c10136d5f
tree1772397307ecfee9c2563c34cf4fda0bd5b17d77
parentfd38d726a962e697e14b8979eaddabd84ba4b789
Clean up local redeclarations of variables with DLLIMPORT, per report
from Magnus that MSVC complains about this.
12 files changed:
contrib/adminpack/adminpack.c
contrib/pg_buffercache/pg_buffercache_pages.c
contrib/pg_freespacemap/pg_freespacemap.c
src/backend/catalog/pg_proc.c
src/backend/utils/misc/guc.c
src/include/miscadmin.h
src/include/postmaster/syslogger.h
src/include/storage/buf_internals.h
src/include/storage/freespace.h
src/include/utils/guc.h
src/pl/plperl/plperl.c
src/pl/plpgsql/src/pl_handler.c