Steve Singer ssinger at ca.afilias.info
Wed May 4 08:45:57 PDT 2011
Visual Studio Support + Bug #90.

 -Adding NMake (Visual Studio) makefiles for slon and slonik.

 -Removing postgres.h from slon. Instead we have copied relevant
  bits from the postgresql headers to types.h since these bits
  are more us re-using postgresql portability functions.
  Slon does not actually link in with the backend or need
  backend functionality.

  -Other changes to support Visual Studio builds of slony
  - Eliminate depenency on postgres.h

   Squash merge from 2.0 working branch to master/2.1

  - Fixes for Sun C compiler builds.
    These fixes allow slony to build with the SUN C compiler

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=275a2eaddf995e3376b8fb42dad5c199a6a98bfc

Modified Files
--------------
config_msvc.h                               |   21 +
makefiles/Makefile.solaris                  |    4 +-
src/backend/slony1_funcs.c                  |    5 +
src/backend/slony1_funcs.def                |    9 +
src/backend/win32.mak                       |   16 +
src/parsestatements/Makefile                |    6 +-
src/parsestatements/test_sql.expected.win32 |  Bin 6309 -> 6306 bytes
src/slon/Makefile                           |    2 +-
src/slon/cleanup_thread.c                   |    6 +-
src/slon/conf-file.l                        |    5 +-
src/slon/confoptions.c                      | 1673 +++++++++++++--------------
src/slon/confoptions.h                      |   11 +-
src/slon/dbutils.c                          |    8 +-
src/slon/local_listen.c                     |    7 +-
src/slon/misc.c                             |    7 +-
src/slon/monitor_thread.c                   |   14 +-
src/slon/port/pipe.c                        |   14 +-
src/slon/port/win32service.c                |    3 +
src/slon/remote_listen.c                    |    6 +-
src/slon/remote_worker.c                    |   14 +-
src/slon/runtime_config.c                   |    4 +-
src/slon/scheduler.c                        |    7 +-
src/slon/slon.c                             |   17 +-
src/slon/slon.h                             |   18 +-
src/slon/sync_thread.c                      |    7 +-
src/slon/types.h                            |   96 ++
src/slon/win32.mak                          |   78 ++
src/slonik/dbutil.c                         |    8 +-
src/slonik/parser.y                         |    2 +-
src/slonik/scan.l                           |    2 +-
src/slonik/slonik.c                         |   17 +-
src/slonik/types.h                          |  101 ++
src/slonik/win32.mak                        |   30 +
src/slony_logshipper/dbutil.c               |    4 +-
src/slony_logshipper/ipcutil.c              |    2 +-
src/slony_logshipper/parser.y               |    2 +-
src/slony_logshipper/scan.l                 |    2 +-
src/slony_logshipper/slony_logshipper.c     |    2 +-
38 files changed, 1320 insertions(+), 910 deletions(-)



More information about the Slony1-commit mailing list