Changes between Version 3 and Version 4 of DevWikiWinMingWSys_20_MSVC


Ignore:
Timestamp:
Feb 29, 2012, 12:30:43 AM (12 years ago)
Author:
Mike Taves
Comment:

bump postgres micro version, including EnterpriseDB

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingWSys_20_MSVC

    v3 v4  
    126126{{{
    127127cd /c/build/sources
    128 wget http://ftp.postgresql.org/pub/source/v9.1.2/postgresql-9.1.2.tar.bz2
    129 tar xvfj postgresql-9.1.2.tar.bz2
    130 cd postgresql-9.1.2
     128wget http://ftp.postgresql.org/pub/source/v9.1.3/postgresql-9.1.3.tar.bz2
     129tar xvfj postgresql-9.1.3.tar.bz2
     130cd postgresql-9.1.3
    131131./configure --prefix=/c/pgsql
    132132make
     
    191191{{{
    192192cd /c/build/binaries
    193 wget http://get.enterprisedb.com/postgresql/postgresql-9.1.2-1-windows-binaries.zip
     193wget http://get.enterprisedb.com/postgresql/postgresql-9.1.3-1-windows-binaries.zip
    194194mkdir /c/pgsql-edb
    195 unzip postgresql-9.1.2-1-windows-binaries.zip -d /c/pgsql-edb
     195unzip postgresql-9.1.3-1-windows-binaries.zip -d /c/pgsql-edb
    196196}}}
    197197